I followed the steps in - https://github.com/aws/graph-notebook , and I was able to run the magic commands from my Mac. But I need to get this configured in JupyterLab.
Here is what I did:
- Created a new conda env in JupyterLab
- Installed all required packages in conda env
- When i run the magic commands like
%status
, I get "UsageError: Line magic function%status
not found.". Please note that ipython, graph-notebook and all required libraries are installed in conda environment. - I skipped the last step in the instruction -
python -m graph_notebook.start_notebook --notebooks-dir ~/notebook/destination/dir
. Running this created a new notebook, which Im unable to access. (Note: JupyterLab is in remote server)
I want to connect to AWS Neptune and visualize graphs in JupyterLab using gremlin queries/magic commands.