Skip to content

Commit 08d7b38

Browse files
authored
Update FAQ
1 parent 10c3811 commit 08d7b38

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ For additional example usage, see [nodebook_demo.ipynb](./nodebook_demo.ipynb).
3030

3131
## FAQ
3232

33+
#### Q: Does Nodebook support Python 3?
34+
35+
Unfortunately, not yet. Please try it in Python 2.7.
36+
3337
#### Q: Why am I seeing "ERROR:root:Cell magic `%%execute_cell` not found."?
3438

3539
Nodebook loads a javascript plugin to modify Jupyter's behavior. If you encounter this error, it means that the javascript plugin is loaded but the ipython plugin is not. This can happen when the javascript is already loaded but you have restarted the kernel and haven't run `%nodebook {mode} {name}`. The solution is either to run the `%nodebook` magic (if you want to run nodebook), or delete the cell with the `%nodebook` magic and refresh your browser to unload the javascript (if you want to turn nodebook off).

0 commit comments

Comments
 (0)