blob: 2a2c2c30b9b0fa5cef2093c09db1c1c1482c6b71 [file] [log] [blame]
Andrei Litvinbbddfba2024-01-26 11:41:47 -05001# Requirements for running chip-repl in jupyterlab
2# Once installed, start with
3#
4# jupyter-lab
5#
6# --------------------------------------
7# import chip.native
8# import pkgutil
9# module = pkgutil.get_loader('chip.ChipReplStartup')
10# %run {module.path}
11# --------------------------------------
12#
13
14jupyterlab
15ipykernel
16jupyterlab-lsp
17python-lsp-server