Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 492 Bytes

README_DEV.md

File metadata and controls

19 lines (13 loc) · 492 Bytes

How to build this project

Open a terminal in the yfiles-jupyter-graphs-for-neo4j directory and execute the following command:

python -m build

This creates two files,

  • yfiles_jupyter_graphs_for_neo4j-1.0.0b0.tar.gz and
  • yfiles_jupyter_graphs_for_neo4j-1.0.0b0-py3-none-any.whl

To use the build package install either one of them:

pip install dist/yfiles_jupyter_graphs_for_neo4j-1.0.0b0.whl

Now you're ready to use this in jupyter lab or jupyter notebook.