Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warning about use of ipywidgets with Panel in Colab, and to upgrade Panel when using Anaconda Cloud other_nb.md #6429

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Mar 3, 2024

  1. Update other_nb.md

    Added warning that ipywidgets + Panel does not work in Colab.
    
    I think this should be pointed out in the documentation (I have wasted considerable time trying to get it to work, which is currently not possible due to Colab constraints regarding comms). 
    
    Maybe even add a warning in the code that detects use of ipywidgets + Colab and provides a warning in the Cell output?
    
    See Discord message by @jbednar and surrounding messages here: https://discord.com/channels/1075331058024861767/1088157184489164831/1206732316513271818
    
    And Github issue here: holoviz#6298
    
    Added mention of Anaconda Cloud as a Notebook environment, and mention that users should upgrade Panel when using it. I am not sure what the correct / optimal !pip install command is. The specific command should probably be added, but at least this gives users a heads-up.
    
    Should Panel have code that checks its own version, and produces  a warning if  the latest version is not being used?
    
    That would seem sensible, also to alert users in local environments that are currently on the latest version, but might not be when the next version comes out. So this would provide them with a heads-up.
    Coderambling committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ce2c2a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7a8dbb View commit details
    Browse the repository at this point in the history