-
Notifications
You must be signed in to change notification settings - Fork 5k
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
cannot open a jupytext notebook in nb7 #6914
Comments
Thanks @parmentelat for reporting.
Looks like we also need to install After following the instructions above and the additional jupytext-factory.mp4But the behavior seems to be similar in JupyterLab right? By default double-clicking on the markdown file or opening it with the default "Open" context menu shows the markdown source: jupytext-jupyterlab.mp4 |
Also this might be related to #6324. |
that is correct, I should have mentioned the |
so, I confirm the I had tried the 'Open with' menu when reporting this however I must admit that I am juggling between many environments, switching between stable and unstable versions of many different components, this is a bit overwhelming and my envs are in shambles... I will restart from scratch when I have a chance, most likely since all worked well for you, I should be able to report that as a red herring |
ok no problem, thank you so much for trying Notebook 7! |
all right, so I tried again with the bare minimum set of extensions and I can still see almost the same behaviour:
just to be sure it's not because of the input file, here's the notebook I am trying to open same behaviour with a .md here here's console screenshots when using the "Jupytext Notebook" path this recording ends a little early but the last attempt works fine |
also, probably relevant to this discussion, I must say that my environment includes the following, which is needed in the context of jlab to get the default action (e.g. double click) to open as a notebook I might redo the experiment without that in place, if that sounds a useful test (although it should only help, in theory, no ?)
|
Just checked and it seems like the default viewers are not respected in Notebook 7 while they are in JupyterLab: default-viewers-jupytext.mp4 |
Closing as fixed by #6923 While investigating #6923, we noticed something that could also be an issue in JupyterLab (toolbar not rendering), which has been reported in mwouts/jupyterlab-jupytext#3 (comment). Please feel free to re-open if you are still seeing issues, thanks! |
Hiya lads I am currently struggling with a bug on our deployment when trying to use nb7 in a nutshell, I run something like this
and apparently when trying to open a jupytext notebook the app answers with a redirect to I just came across this and don't yet have an easily reproducible sandbox, admittedly the relationship with this issue is just a hunch on my side, |
Thanks @parmentelat. Yes it looks like an issue with the base URL. FYI I submitted a fix for #6940 in #6941 which might be related. This is available in Otherwise yes a new issue to track this would be great, thanks! |
Describe the bug
The jupytext extension does not work as expected in nb7
To Reproduce
Steps to reproduce the behavior:
pip install -U --pre notebook
pip install jupytext
pip install git+https://github.com/mwouts/jupyterlab-jupytext.git@jupyterlab4
foo-nb.md
Expected behavior
Screenshots
Desktop (please complete the following information):
Additional context
Please see also https://discourse.jupyter.org/t/generic-question-about-jlab4-and-nb7/19846
The text was updated successfully, but these errors were encountered: