Last active
May 29, 2025 15:00
-
-
Save manics/5b15ba3d0a69970baba2b9d5924a844a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: example-environment | |
channels: | |
- conda-forge | |
dependencies: | |
- python=3.12 | |
- uv | |
- pip | |
- pip: | |
- juvio |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -eu | |
jupyter labextension enable juvio-frontend |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python-3.12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
exec "$@" --ServerApp.jpserver_extensions="{'juvio': True}" |
Author
manics
commented
May 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment