From de8cff01fbdb13c4d0b25de04646116e33aad683 Mon Sep 17 00:00:00 2001 From: Phil Downey Date: Fri, 1 Dec 2023 13:13:05 +1100 Subject: [PATCH] fix for library conflict in ipykernel --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.