Jupyter4Science / jupyterlab-ide

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

Useful Settings Notebook #17

Open Dcosthephalump opened 1 year ago

Dcosthephalump commented 1 year ago

As I've been playing around with the Vim editor more, I've found that it would be easier to have line numbers for cells, at least for the tutorial. This is not activated by default. This and any other settings that might be nice to have should be mentioned here. Once I find the setting, I'll update this issue here.

When this has grown to a large enough size, turn it into a notebook and mention the notebook and features in the Native Features section of the README.md

Features

All features here are relevant to JupyterLab 3.6.4

Foundations (add to introductory notebook?)

In JupyterLab, there are two modes: Command and Edit. Edit mode is used when the user is editing code inside a cell while Command mode is used when the user is interacting with the cell and not its contents.