Jupyter lab
iPython
- Start iPython in Vim mode:
ipython --TerminalInteractiveShell.editing_mode=vi
Issues
Had some
nbconvert
API issues, found an issue here. Resolved via simple update to the package:pip3 install --upgrade nbconvert
ipython --TerminalInteractiveShell.editing_mode=vi
Had some nbconvert
API issues, found an issue here. Resolved via simple update to the package:
pip3 install --upgrade nbconvert