| ... | @@ -18,9 +18,9 @@ conda activate <your environment name> |
... | @@ -18,9 +18,9 @@ conda activate <your environment name> |
|
|
```
|
|
```
|
|
|
conda install ipykernel
|
|
conda install ipykernel
|
|
|
```
|
|
```
|
|
|
- you are now ready to install your conda environment in jupyter. On the commandline type the following to add the kernel to jupyterlab. Your environment name can be anything you like and is NOT linked to the actual python environment
|
|
- you are now ready to install your conda environment in jupyter. On the command line type the following to add the kernel to jupyterlab. Your environment name can be anything you like and is NOT linked to the actual python environment
|
|
|
```
|
|
```
|
|
|
python -m ipykernel install --user --name=<your environment name>
|
|
python -m ipykernel install --user --name=<the name you want to see in Jupyterlab>
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
Now, headover to https://kale.wurnet.nl and login into the jupyterhub environment. You should see your environment under the notebook section. If you need another python package, just head over to the 'potato' login, activate your environment and install the package. Enjoy. |
|
Now, head over to https://kale.wurnet.nl and login into the Jupyterhub environment. You should see your environment under the notebook section. If you need another python package, just head over to the 'potato', login, activate your environment and install the package. It will be available in your jupyterlab notebook immediatel. Enjoy. |