EricCousineau-TRI / bazel_jupyter_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bazel-Jupyter Stuff

Example of using JupyterLab with Bazel's rules_python.

Setup

Ensure you have Bazelisk installed. Then you can do:

bazel run //tools/jupyter:example

See tools/jupyter README for more details on usage and examples.

Known Issues

  • Dunno how to make jupyterlab-widgets actually install correctly. See coarse notes in /notes.md. When you run example above, ipywidgets will import, but it won't render correctly.

About

License:Other


Languages

Language:Python 52.6%Language:Starlark 28.0%Language:Jupyter Notebook 19.4%