Skip to content

davecwright3/advanced-jupyter-workshop

Repository files navigation

Advanced Jupyter Workshop

This repository contains the instructional materials for a workshop on advanced usage of Jupyter Notebooks.

The notebook, among other things, contains examples of using extensions, language servers, and LLMs in JupyterLab.

The environment is entirely contained in the environment.yml. You can recreate the environment with

conda env create -f environment.yml

Extensions/Packages Used