Skip to content

Commit f5cd8b3

Browse files
authored
python2 ipy needed for notebooks (root-project#780)
* python2 ipy needed for notebooks as found out by couet * do not force python2
1 parent 2f45d8b commit f5cd8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

for_developers/doxygen/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ browser, the file `${HOME}/rootdoc/html/index.html`.
3131

3232
### Compilation prerequisites on Ubuntu
3333
- apt install doxygen make jupyter-nbconvert
34-
- pip install scandir nbformat metakernel
34+
- pip install scandir nbformat metakernel ipykernel
3535
- Optional: apt install qhelpgenerator-qt5. In case of older Ubuntu versions, use qt4-dev-tools instead, and modify in the Doxyfile QHG_LOCATION to /usr/lib/x86_64-linux-gnu/qt4/bin/qhelpgenerator
3636

3737
## General Guidelines

0 commit comments

Comments
 (0)