Skip to content

Commit

Permalink
fix nested-list display in IJulia help, at least in Julia 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Aug 23, 2016
1 parent df0eec2 commit 8602384
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/IJulia.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,18 @@ The `IJulia` module is used in three ways:
* Typing `using IJulia; notebook()` will launch the Jupyter notebook
interface in your web browser. This is an alternative to launching
`jupyter notebook` directly from your operating-system command line.
* In a running notebook, the `IJulia` module is loaded and `IJulia.somefunctions`
can be used to interact with the running IJulia kernel:
- `IJulia.load(filename)` and `IJulia.load_string(s)` load the contents
of a file or a string, respectively, into a notebook cell.
- `IJulia.clear_output()` to clear the output from the notebook cell,
useful for simple animations.
- `IJulia.clear_history()` to clear the history variables `In` and `Out`.
- `push_X_hook(f)` and `pop_X_hook(f)`, where `X` is either
`preexecute`, `postexecute`, or `posterror`. This allows you to
insert a "hook" function into a list of functions to execute
when notebook cells are evaluated.
- `IJulia.set_verbose()` enables verbose output about what IJulia
is doing internally; this is mainly used for debugging.
Expand Down

0 comments on commit 8602384

Please sign in to comment.