Document the %classpath line magic.

This commit is contained in:
SpencerPark 2019-05-06 00:28:22 -04:00
parent d6695414d8
commit 3975e47f7f

View File

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