diff --git a/docs/magics.md b/docs/magics.md index a9d4419..f6bf8ea 100644 --- a/docs/magics.md +++ b/docs/magics.md @@ -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.