Jupyter4Science / jupyterlab-ide

JupyterLab + tab completion + debugger + linter = Fully-fleged IDE
MIT License
3 stars 1 forks source link

@namitasshah's tutorial-style notebook (4 days, 16 hours) #13

Open Dcosthephalump opened 1 year ago

Dcosthephalump commented 1 year ago

Description

Making a tutorial notebook for JupyterLab extension "jupyterlab-lsp": https://github.com/krassowski/jupyterlab-lsp.git

Tasks

namitasshah commented 1 year ago

Found that jupyterlab-lsp accomplishes the same thing as jupyterlab-GoToDefinition, so I will be working on creating a notebook for lsp extension instead. Here's the thought process of my findings for GoToDefinition.

namitasshah commented 1 year ago

jupyterlab-lsp was already in the environment.yml file, so I added spellcheck library instead.