Skip to content

Commit

Permalink
Enhance commentaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Pechnikov committed Aug 2, 2024
1 parent 2ce790a commit 16ad9d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pygmtsar/pygmtsar/data/google_colab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ fi
# Install virtual framebuffer for interactive 3D visualization
apt install -y xvfb > /dev/null
pip3 install -q pyvista xvfbwrapper jupyter_bokeh
# note: jupyter_bokeh for panel interactive visualization backend blocks tqdm progressbar
# jupyter_bokeh for panel interactive visualization backend blocks tqdm progressbar
# to prevent the issue wrap a Panel component in an IPywidget
# https://panel.holoviz.org/how_to/notebook/notebook.html
#import panel
#panel.extension(comms='ipywidgets')
#panel.extension('vtk')

0 comments on commit 16ad9d7

Please sign in to comment.