DataScience icon indicating copy to clipboard operation
DataScience copied to clipboard

Switch documentation access in Jupyter notebooks to @doc as to ensure compatibility with VS Code

Open gwr-de opened this issue 1 year ago • 0 comments

In the lecture notebooks, ?command is used to access the documentation within Juptyer notebooks. Unfortunately, this will not work out when the notebooks are run from within Visual Studio Code, which has many advantages and imo is the most often used IDE for Julia.

I would suggest that you change this to @doc command in the notebooks, which will work out in VS Code as well (note that one currently needs to switch output presentation from LaTeX to Markdown in VS Code due to issues with the verbatim environment).

gwr-de avatar Oct 24 '24 16:10 gwr-de