-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c34677
commit a2ca522
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
PORT=8989 | ||
git clone --single-branch -b test_region_extraction https://github.com/sci-visus/openvisuspy.git | ||
cd openvisuspy | ||
git checkout b2c63396ea3c7f2ab32efa3bbe464dd2918543d6 | ||
python -m venv .venv | ||
source .venv/bin/activate | ||
python -m pip install --verbose --no-cache --no-warn-script-location boto3 colorcet fsspec numpy imageio pympler==1.0.1 urllib3 pillow xarray xmltodict plotly requests scikit-image scipy seaborn tifffile pandas tqdm matplotlib zarr altair cartopy dash fastparquet folium geodatasets geopandas geoviews lxml numexpr scikit-learn sqlalchemy statsmodels vega_datasets xlrd yfinance pyarrow pydeck h5py hdf5plugin netcdf4 nexpy nexusformat nbgitpuller intake ipysheet ipywidgets bokeh ipywidgets-bokeh panel holoviews hvplot datashader vtk pyvista trame trame-vtk trame-vuetify notebook "jupyterlab==3.6.6" jupyter_bokeh jupyter-server-proxy jupyterlab-system-monitor "pyviz_comms>=2.0.0,<3.0.0" "jupyterlab-pygments>=0.2.0,<0.3.0" | ||
python -m pip install OpenVisus | ||
export VISUS_CACHE="/tmp/visus-cache/nasa3" | ||
export BOKEH_ALLOW_WS_ORIGIN="*" | ||
export BOKEH_RESOURCES="cdn" | ||
export PYTHONPATH=$PWD/src | ||
|
||
panel serve ./src/openvisuspy/dashboards --allow-websocket-origin='*' --address=0.0.0.0 --port $PORT --args config.json |