-
Notifications
You must be signed in to change notification settings - Fork 62
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
jupytext still not working (content handlers still seem to be bypassed). #157
Comments
I just tested again:
If I open the test.py file in the notebook window I get the browser save file dialog. (This is firefox on linux). I also tried a different py file which was previously linked to a notebook and I get the same. Output of
(it seems some of my system extensions still get picked up, but that should not really be a problem should it?) Output of
Which is relevant for nbclassic btw, labextensions or nbextensions? |
There may be side-effects due to jupyterlab or jupytext, not sure. I have double checked and Firefox on MacOs opens correctly the py files.
|
OK I just uninstalled all system files for jupyter and redid it and I still get the same result. Output of
In chromium This is running arch linux with python 3.10 |
#147 was fixed with #148 but nbclassic still downloads
.py
files instead of opening via jupytext as referred to in #147. Is there something that jupytext should be doing differently?The text was updated successfully, but these errors were encountered: