Skip to content

Julia's built-in ?[method] syntax not working in-line in Jupyter Notebook #60

Description

@gavinjqu

Overview

There has been a persistent issue with the ? shortcut function in the Jupyter Notebook's Julia environment; it is unclear why it does not always work for every method in the Julia REPL either.

Example:

Jupyter Notebook Inline:

?randsubseq in Notebook code block returns ParseError: \ # Error @ /users/...

Julia REPL:

search: issubset transpose

Couldn't find randsubseq
Perhaps you meant transpose
  No documentation found.

  Binding randsubseq does not exist.```
However, I believe this could be due to the missing package, which contains the randsubseq method in the REPL package manager. 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions