...
Jupyter is an open-source tool that provides an interactive computing environment, enabling users to create and share documents containing live code, equations, visualizations, and narrative text. Jupyter notebooks are especially popular in data science, machine learning, and scientific computing because they combine code and results in a single, user-friendly interface.
...
Quick Jobs with Jupyter
Info |
---|
This method does not support custom conda environments. Please continue reading to follow the instructions in Jupyter through Interactive Session and so on to access Jupyter with your custom environments. |
You can connect to the HPC Jupyter Domain here:
...
Code Block |
---|
conda create -n myenv
|
Code Block |
---|
conda activate myenv |
Once you are in the enirvonment, install ipykernel
with the following command:
...