This had been suggested earlier (Harry?) and I dismissed on the basis that undo cell delete and undo cell edit didn't work. It turns out that it does both operations
Undo cell delete:
Esc (to leave edit mode) Z
Undo cell edit:
Ctrl+Z
Or use the Edit menu for both
Jupyter lab supports console and editor py files, which would be convenient for the exercise on writing a module, and is the way most people are used to writing python. It also does everything else notebooks do. So ... should we use Jupyterlab instead or it it too late?
I have updated the environment.yml just in case and anyone that want to install it just has to:
conda install jupyterlab
or
mamba install jupyterlab
This had been suggested earlier (Harry?) and I dismissed on the basis that undo cell delete and undo cell edit didn't work. It turns out that it does both operations
Undo cell delete:
Esc(to leave edit mode)ZUndo cell edit:
Ctrl+ZOr use the Edit menu for both
Jupyter lab supports console and editor py files, which would be convenient for the exercise on writing a module, and is the way most people are used to writing python. It also does everything else notebooks do. So ... should we use Jupyterlab instead or it it too late?
I have updated the environment.yml just in case and anyone that want to install it just has to:
conda install jupyterlabor
mamba install jupyterlab