Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (19 loc) · 1.59 KB

run-reproducible-notebook.md

File metadata and controls

34 lines (19 loc) · 1.59 KB

Run reproducible notebook

Let's say I have a reproducible notebook that someone shared with me. This section is intended for users who would like to manage already reproducible notebooks.

NOTE: In order to set up your reproducible notebook environment, you have to verify that your JupyterLab and your jupyterlab-requirements versions are both up to date.

Create a new kernel with %horus

To verify that the notebook is set to the new kernel, run %horus set-kernel to make sure you have a kernel with your dependencies installed. You can also assign a new name to your kernel using --kernel-name flag.

You can see what is the current kernel for your notebook using the top right button:

Current kernel button
Select kernel button

Other cases

You can consider another use case for managing dependencies:

Next steps

Remove kernels