Skip to content

Commit e7e0ed8

Browse files
authored
Merge pull request #1291 from mfosker/cellInitDocs
Fix #1287 : Adding sentence and image to cell_init documentation showing how to enable cell toolbar via notebook View menu
2 parents cdfac06 + 69717b6 commit e7e0ed8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/jupyter_contrib_nbextensions/nbextensions/init_cell/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ Options
1818
This nbextension provides option configurable using the
1919
[jupyter_nbextensions_configurator](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator).
2020

21+
Once the extension is enabled, turn on the cell toolbar within your Notebook using
22+
the "View > Cell Toolbar > Initialization Cell" menu
23+
![Cell Toobar Menu](cell_toolbar_menu.png)
24+
25+
2126
The running of initialization cells on kernel ready notification can be
2227
frustrating if your kernel is attached to multiple frontends, or is persistent
2328
between frontend reloads (e.g. reloading the notebook browser page without
43.5 KB
Loading

0 commit comments

Comments
 (0)