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
Install Jupyter extension or other extension that support notebooks
Create a notebook file *.ipynb
Add some code into a cell and toggle bookmarks
Notice how a duplicate editor is opened for the code cell.
Thanks for this great extension. I would have submitted a PR to resolve this, however it seems the code used to add bookmarks is closed source (or its just me being silly as I was unable to find the code)
The text was updated successfully, but these errors were encountered:
When I first saw your issue, I was wondering if #294 could be closed, but then I installed the .NET Interactive Notebook extension, and could see the extension is not working properly, unfortunately.
Even if the Bookmark can be added to the line, and being able to navigate between bookmarks on the same file, the List from All Files command and the Side Bar does not work. Mostly because the bookmarks are tied to the file (.ipynb) itself, not each Cell. So, Notebook support must be properly handled.
But, specifically about your issue, I just noticed it has been fixed while working on #440. So, it won't duplicate the editor anymore on the next release.
Environment/version
Steps to reproduce
Thanks for this great extension. I would have submitted a PR to resolve this, however it seems the code used to add bookmarks is closed source (or its just me being silly as I was unable to find the code)
The text was updated successfully, but these errors were encountered: