Replicating the Environment
If you want to replicate the JupyterHub environment elsewhere. We provide Conda and Julia environment files with the packages installed in the class' image.
The files are available for download from this Google Storage Bucket.
To recreate the Conda environment
Download the
environment.nb.yml
fileCreate the environemtn using the file.
To recreate Julia enviroments
Download the
Project.toml
file and add it to your project's folder and rename it toProject.toml
cd
into your folderFrom the Julia REPL:
Last updated