Jupyter Notebook
Как запускать jupyter notebook в nvim
- Необходимо установить jupyter и jupytext в venv
pip install jupyter jupytext- Установить kernel для jupyter
python -m ipykernel install --user --name myenv --display-name "Python (myenv)"Apr 22, 20251 min read
Как запускать jupyter notebook в nvim
pip install jupyter jupytextpython -m ipykernel install --user --name myenv --display-name "Python (myenv)"