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
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: