Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1017 Bytes

File metadata and controls

18 lines (13 loc) · 1017 Bytes

Binder

JSS31COM1

Requirements:

  • Python 3.8 or up
  • Create a virtual environment using this guide.
  • The jupyterlab python package
  • The desdeo python package

Troubleshooting:

  • When using a virtual environment, you might need to create a custom kernel for jupyterlab to use. To do so, you can use the following command: python -m ipykernel install --user --name nameofkernel. You can replace nameofkernel with whatever you want to name your custom kernel. This name will be displayed when selecting a kernel in jupyterlab.
  • If everything else fails, you can run the notebooks in binder by clicking the Binder badge at the top of this README or by following this link. Note that using binder is significantly slower than running the notebooks locally.