-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Cell magic not found
Cell magic such as %%graph_notebook_config
and %%status
not found.
To Reproduce
Steps to reproduce the behavior:
- Run docker image jupyter/minimal-notebook.
- Open in browser
- Verify normal notebook functionality works without graph-notebook.
- Install graph-notebook using the commands found here:
# pin specific versions of required dependencies
pip install rdflib==5.0.0
# install the package
pip install graph-notebook
- Attempt to change configuration according to directions here:
%%graph_notebook_config
{
"host": "localhost",
"port": 8182,
"ssl": false,
"gremlin": {
"traversal_source": "g",
"username": "",
"password": "",
"message_serializer": "graphsonv3"
}
}
- Error occurs: "UsageError: Cell magic
%%graph_notebook_config
not found." - Verify error happens even after restarting kernel and restarting docker container.
Expected behavior
The cell magic should work as expected.
Desktop (please complete the following information):
- OS: Win10/WSL/Ubuntu
- Browser Chrome
- Version latest
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Resolved