mirror of
https://github.com/SpencerPark/IJava.git
synced 2025-04-14 10:26:08 +00:00
Document the %classpath line magic.
This commit is contained in:
parent
d6695414d8
commit
3975e47f7f
@ -44,7 +44,18 @@ Add jars to the notebook classpath.
|
||||
###### Line magic
|
||||
|
||||
* **arguments**:
|
||||
* _varargs_ list of simple glob paths to jars on the local file system
|
||||
* _varargs_ list of simple glob paths to jars on the local file system. If a glob matches a directory all files in that directory will be added.
|
||||
|
||||
|
||||
|
||||
### classpath
|
||||
|
||||
Add entries to the notebook classpath.
|
||||
|
||||
###### Line magic
|
||||
|
||||
* **arguments**:
|
||||
* _varargs_ list of simple glob paths to entries on the local file system. This includes directories or jars.
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user