/AdvancedJupyter

Materials for advanced Jupyter session

Primary LanguageJupyter NotebookMIT LicenseMIT

Advanced Jupyter topics

Setting up the environment

If you want to set up your environment to run the code, you can do the following:

  1. Install the uv package management system
  2. Clone this git repository and cd into the directory
  3. run uv pip install -r pyproject.toml to install the python packages
  4. run uv venv to set up the virtual environment
  5. run source .venv/bin/activate to activate the virtual environment.

Resources