nebari-dev / nebari-docs

📖 Documentation for Nebari
https://www.nebari.dev
BSD 3-Clause "New" or "Revised" License
14 stars 27 forks source link

[DOC] - Add to Troubleshooting: Holoviz tool extension imports #298

Open pavithraes opened 1 year ago

pavithraes commented 1 year ago

Preliminary Checks

Summary

If you don't see holoviz tools rendering the plots in your notebook, make sure holoviz extension imports need to be on the second cell or after in a jupyter notebook. This is to avoid a race condition in JupyterHub where the first cell isn't executed fully before moving on.

Steps to Resolve this Issue

1. 2. 3. ...

pavithraes commented 1 month ago

We can add a small note in the Troubleshooting guide