wey-gu / jupyter_nebulagraph

NebulaGraph Queries and visualization in Jupyter notebook.(previously known as ipython-ngql)
https://jupyter-nebulagraph.readthedocs.io/en/stable/
Other
28 stars 3 forks source link

feat: support, test and document: JupyterLite #46

Open wey-gu opened 3 months ago

wey-gu commented 3 months ago

https://github.com/jupyterlite/jupyterlite

wey-gu commented 3 months ago

https://jupyter.org/try-jupyter/lab/

wey-gu commented 3 months ago

Create e2e env and projects

wey-gu commented 3 months ago

update:

sad situation is, thrift in python leveraged fcntl, which, is not yet supported in current pyodide/WASM 's in-memory fs implementation(emscripten as of now 2024)

Connect 127.0.0.1:9669 failed: module 'fcntl' has no attribute 'fcntl'