Skip to content

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

Open
@gwr69

Description

@gwr69

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Switch documentation access in Jupyter notebooks to @doc as to ensure compatibility with VS Code · Issue #58 · JuliaAcademy/DataScience