Jupyter-nebulagraph

Latest version: v0.13.4

Safety actively analyzes 638699 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.9.0

We support `%ng_load` to load from CSV data now!

python
from URL
%ng_load --source https://github.com/wey-gu/ipython-ngql/raw/main/examples/actor.csv --tag player --vid 0 --props 1:name,2:age --space demo_basketballplayer -b 2
edge with rank column
%ng_load --source follow_with_rank.csv --edge follow --src 0 --dst 1 --props 2:degree --rank 3 --space basketballplayer
edge without rank column
%ng_load --source follow.csv --edge follow --src 0 --dst 1 --props 2:degree --space basketballplayer


What's Changed
* docs: draw schema by wey-gu in https://github.com/wey-gu/ipython-ngql/pull/20
* docs: cleanup and fix colab example by wey-gu in https://github.com/wey-gu/ipython-ngql/pull/21
* feat: load csv to NebulaGraph with %ng_load by wey-gu in https://github.com/wey-gu/ipython-ngql/pull/25


**Full Changelog**: https://github.com/wey-gu/ipython-ngql/compare/0.8.0...0.9.0

0.8.0

What's Changed
* feat: add draw schema by wey-gu in https://github.com/wey-gu/ipython-ngql/pull/19

<img width="1178" alt="draw schema" src="https://github.com/wey-gu/ipython-ngql/assets/1651790/6c22d3fa-d478-4c10-b507-a69ab3ebb4af">

**Full Changelog**: https://github.com/wey-gu/ipython-ngql/compare/0.7.6...0.8.0

0.7.6

What's Changed
* doc: polish the readme by wey-gu in https://github.com/wey-gu/ipython-ngql/pull/13
* feat: bump nebula-py to 3.5.0 by wey-gu in https://github.com/wey-gu/ipython-ngql/pull/16
* beautify ng_draw as we did in nebulagraph-gephi by wey-gu in https://github.com/wey-gu/ipython-ngql/pull/17


**Full Changelog**: https://github.com/wey-gu/ipython-ngql/compare/0.7.5...0.7.6

0.7.5

What's Changed
* fix ci build and release by wey-gu in https://github.com/wey-gu/ipython-ngql/pull/12


**Full Changelog**: https://github.com/wey-gu/ipython-ngql/compare/0.7.4...0.7.5

0.7.4

What's Changed
* ci: docker and pypi release when published by wey-gu in https://github.com/wey-gu/ipython-ngql/pull/11


**Full Changelog**: https://github.com/wey-gu/ipython-ngql/compare/0.7.3...0.7.4

0.7.3

What's Changed
* fix arrow in oneline `%ngql` insert edge call by wey-gu in https://github.com/wey-gu/ipython-ngql/pull/10

**Full Changelog**: https://github.com/wey-gu/ipython-ngql/compare/0.7.2...0.7.3

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.