StatCan / aaw-contrib-jupyter-notebooks

Jupyter Notebooks to be used with Advanced Analytics Workspace platform
Other
10 stars 13 forks source link

docs: Demo ipynb files for plotly,dash,matplotlib #31

Closed Jose-Matsuda closed 3 years ago

Jose-Matsuda commented 3 years ago

Resolves #30 Documentation in the form of ipynb demos for the following -jupyterlab-plotly -jupyter-dash -jupyter-matplotlib The examples are taken from their respective original docs and are linked to in the ipynb files.

Jose-Matsuda commented 3 years ago

Matplotlib

Dash

_jupyter_config


Scratch above, should be

from jupyter_dash.comms import _send_jupyter_config_comm_request _send_jupyter_config_comm_request()



then `JupyterDash.infer_jupyter_proxy_config()` as pictured [here](https://imgur.com/a/Sb9Xi2r)

A burning question I do have is where do you get the image id `minimal-notebook-cpu:59c4e46f87f41a8649a573e6da20035ac04e3c44` ? 
Jose-Matsuda commented 3 years ago

Uh oh i did something bad out of order