Jupyter-nebulagraph

Latest version: v0.14.3

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

Scan your dependencies

Page 4 of 6

0.11.0

What's Changed
* docs: Acknowledgments by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/42
* docs: add search and other optmizations by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/43
* feat: support TLS by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/45


**Full Changelog**: https://github.com/wey-gu/jupyter_nebulagraph/compare/0.10.1...0.11.0

0.10.1

What's Changed

Documentation and homepage polished!

* docs: ng_load docs by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/34
* docs: logo replaced by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/35
* fix: colab url in docs by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/36
* fix colab URL by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/37
* docs: polish cheatsheet, adding graph drawing by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/38
* docs: favicon by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/39
* docs: add sidebar toc by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/40
* Docs optimize as a release by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/41


**Full Changelog**: https://github.com/wey-gu/jupyter_nebulagraph/compare/0.10.0...0.10.1

0.10.0

What's Changed
* docs: draw schema by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/20
* docs: cleanup and fix colab example by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/21
* feat: load csv to NebulaGraph with %ng_load by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/25
* feat: rebranding to jupyter nebulagraph and polish docs by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/26
* ci: fix pypi build by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/28
* feat: add docs by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/29
* feat: add readthedocs by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/30
* fix: rttd conf by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/31
* docs: add docs urls by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/32
* feat: render support parallel edges by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/33


**Full Changelog**: https://github.com/wey-gu/jupyter_nebulagraph/compare/0.8.0...0.10.0

0.9.1

What's Changed
* feat: rebranding to jupyter nebulagraph and polish docs by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/26
* ci: fix pypi build by wey-gu in https://github.com/wey-gu/jupyter_nebulagraph/pull/28


**Full Changelog**: https://github.com/wey-gu/jupyter_nebulagraph/compare/0.9.0...0.9.1

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

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.