Try it on Binder!
Last active
August 12, 2021 20:06
-
-
Save jtpio/77c82c512f6779a1a05ab59d915dfc36 to your computer and use it in GitHub Desktop.
RetroLab 0.2.2 on Binder
This file contains 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: retrolab | |
channels: | |
- conda-forge | |
dependencies: | |
- matplotlib | |
- numpy | |
- retrolab=0.2.2 |
This file contains 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
{ | |
"RetroApp": { "retro_logo": true } | |
} |
This file contains 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
# Download the tour of RetroLab notebook | |
curl -o tour.ipynb https://raw.githubusercontent.com/jupyterlab/retrolab/main/binder/example.ipynb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment