-
Notifications
You must be signed in to change notification settings - Fork 391
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
Unable to unpair ipynb in jupyter notebook #1191
Comments
Oh that's unexpected. Thanks for reporting this. |
I can reproduce the bug too. It is wierd that it occurs only on notebook. I am in a conference all this week. I will look into it next week unless someone wants to have a look at it before. I did not notice any obvious errors in browser console while executing these commands. We should add UI tests for notebook as well like we do for Lab. Ref #1192 |
No worries @mahendrapaipuri, the fix for this can wait - you should make the most of your conference! If I had to make a guess I would say that there have not been many extensions for Jupyter Notebook 7 yet, so using extensions there might be a less well tested area? |
Well, JupyterLab extensions should work out-of-the-box with Notebook 7 (except for JupyterLab's I will check next week, but it could be that notebook tracker behaving differently in JupyterLab and Notebook. |
@hugokerstens @mwouts Could you please provide me detailed steps on how to reproduce the behavior on Lab and Notebook? Cheers!! |
Hey @mahendrapaipuri , here are the detailed steps to reproduce:
Clicking a second time does not deselect the menu entry, and the notebook metadata continues to be
|
Cheers @mwouts for the instructions. I have the same behaviour with JupyterLab too. What I mean is I cannot unpair markdown notebook in the JupyterLab interface either. In the original comment @hugokerstens mentioned that the unpairing works on JupyterLab. @mwouts Could you please test it on JupyterLab and confirm that unpairing does not work on JupyterLab too? Cheers!! |
When working in a md file from jupyter notebook I am unable to unpair the ipynb notebook. I tried to unpair ipynb in two ways:
In both cases,
jupyter.jupytext.formats: md,ipynb
is unchanged in the metadata, and the ipynb output is saved.This issue is not present when using jupyterlab, where the two ways I described above to disable pairing work as intended.
Versions used:
The text was updated successfully, but these errors were encountered: