You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For solving this issue, you can symlink /usr/bin/python to /usr/bin/python3. This is made automatically by installing the Debian/Ubuntu package python-is-python3. I think a better solution might be modifying the variable "jupyter_ascending_python_executable" or something like that, but I am not expert enough
Same issue as #11 however I do not have the knowhow to execute manually.
jupyter nbextension list
jupyter serverextension list
Known nbextensions:
config dir: /Library/Frameworks/Python.framework/Versions/3.10/etc/jupyter/nbconfig
notebook section
jupytext/index enabled
- Validating: OK
jupyter-js-widgets/extension enabled
- Validating: OK
jupyter_ascending/extension enabled
- Validating: OK
config dir: /Library/Frameworks/Python.framework/Versions/3.10/etc/jupyter
jupytext enabled
- Validating...
jupytext 1.13.6 OK
jupyter_ascending enabled
- Validating...
jupyter_ascending 0.1.23 OK
I am trying to follow the tutorial here:
https://alpha2phi.medium.com/jupyter-notebook-vim-neovim-c2d67d56d563
I had to change this command:
python -m jupyter_ascending.scripts.make_pair --base 01_data_prep
to
python3 -m jupyter_ascending.scripts.make_pair --base 01_data_prep
The text was updated successfully, but these errors were encountered: