diff --git a/README.md b/README.md index 6dd09af8..7a562062 100644 --- a/README.md +++ b/README.md @@ -124,10 +124,10 @@ If you plan to use this application inside Jupyter Notebook of JupyterLab, you s init_magic > **Note:** You can also:
- > • Initiate in a single notebook only: `init_magic .` followed by `run openad.py`
+ > • Initiate in a single notebook only: `init_magic .` followed by `run openad_magic.py`
> • Initiate within another iPython profile: `init_magic `
- > • Initiate without installing anything: `run openad_magicnb` after installing examples (see next bullet)
- > --> This executes the file `~/openad_notebooks/openad_magicnb` and needs to be run every time after restarting the kernel + > • Initiate without installing anything: `run openad_magic.ipynb` after installing examples (see next bullet)
+ > --> This executes the file `~/openad_notebooks/openad_magic.ipynb` and needs to be run every time after restarting the kernel 5. **Install the Notebook examples**
This creates the `~/openad_notebooks` folder with a number of demonstration notbeooks.