Andrei Litvin | bbddfba | 2024-01-26 11:41:47 -0500 | [diff] [blame] | 1 | # 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 | |||||
14 | jupyterlab | ||||
15 | ipykernel | ||||
16 | jupyterlab-lsp | ||||
17 | python-lsp-server |