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.
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:
?randsubseqin Notebook code block returnsParseError: \ # Error @ /users/...Julia REPL: