Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.21 KB

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