Ctrl+click to navigate to method/function body (as we have it in vs code)
+1. Also, itâs not the same, but if you alt+double click on a cell reference, then itâll scroll to the definition of the cell.
Ex go to bar chart notebook, and inside the code for the chart
cell, hover over the data
reference (should have a light blue underline), then hold alt + double click, should take you do the definition of the data
cell
tho having this for all variables/functions within cells would be nice too!
Alt double-click did not work for me. Am I missing something? What is the best way to navigate around a long notebook?
Thank you. (I do not know how to display information in the right margin - is there a button to open this or display data? I probably should know, but donât!) I was hoping to use a bookmark to scroll between cells - is that possible? The links I have embedded open a new URL page - they do not scroll within the notebook.
if your screen is too narrow, then the visual dataflow wonât appear on the right side. You can try widening your browser window, or zooming out to see it Introducing Visual Dataflow / Observable / Observable
I really appreciate the prompt responses. On both Chrome and Edge, the icon for dataflow is dim and gives a message âVisual Dataflow is not yet implemented.â I have not yet found what may be causing this, so further guidance would be appreciated.
@smithGit The Observable team is still busy transfering some existing features to its feature preview version, âNextâ. In the meantime you can select âSwitch to Classicâ from the notebook menu to edit your notebook within the âoldâ interface. You can switch back to Next at any point through the same menu.
Whenever you see a greyed-out option in Next, it means that the feature hasnât been implemented there yet.
Ahah - Iâm just beginning to drink the Observable ecosystem Kool-Aid so there is a lot I am not up to date on. Switching to Classic did the trick. I will switch back and forth to get a better feel. Thanks to all.