Skip to content

Instantly share code, notes, and snippets.

@manics
Last active May 29, 2025 15:00
Show Gist options
  • Save manics/5b15ba3d0a69970baba2b9d5924a844a to your computer and use it in GitHub Desktop.
Save manics/5b15ba3d0a69970baba2b9d5924a844a to your computer and use it in GitHub Desktop.
name: example-environment
channels:
- conda-forge
dependencies:
- python=3.12
- uv
- pip
- pip:
- juvio
#!/bin/bash
set -eu
jupyter labextension enable juvio-frontend
#!/bin/bash
exec "$@" --ServerApp.jpserver_extensions="{'juvio': True}"
@manics
Copy link
Author

manics commented May 20, 2025

Binder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment