-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't open file as notebook using conda distros, requires other python install #13
Comments
This will be fixed soon |
@alexanderwelbourne could you explain more what needs to be done to open a notebook? My notebook just won't open and I don't know what to do. |
After a clean install of Vscode, the extension doesn't work anymore on my computer. I get the error below in the Vscode developer tools console. I'm using Conda (mambaforge) for python, but I have also have a "regular" python installation in
Installation details: congyiwu.vscode-jupytext v0.1.2 |
@ebw44 - I am getting the same error. Have you found a fix? |
@seandata Installing python from the windows store fixed the issue for me |
@seandata @fschiffers The workaround is as @ebw44 states, install python from the windows store. Once the notebook is open, you can select to use a different python kernal if you wish. |
This is actually addressed at the soft fork (https://github.com/congyiwu/vscode-jupytext). Trying to open a file on a machine with only a conda install of python fails even though the notebook, once open, can run using any detected kernel. Currently the work around seems to be to install python system wide (e.g. via microsoft store on windows) even if that's not what will be used.
The text was updated successfully, but these errors were encountered: