-
Hi all,
I'm using bokeh charts with python Flask to create a dashboard.
I set the chart sizing_mode="stretch_both" to fill the parent div. It fills the parent div dimension correctly on loading.…
-
> This is similar to https://github.com/jupyterlab/jupyterlab/issues/14590. But some of the JupyterLab extensions will not be ported to Notebook 7 (due to UI differences).
This is a community effor…
-
Thanks for the awesome tool! We are starting to use `jupyterlab-nvdashboard` on a multi-user HPC system. I am trying to figure out what will happen if two user jobs land on the same compute node and …
-
I *may* not want to have a backwards-compatible runtime, but instead offer a way to translate the `anaconda-project.yml`† to appropriate conda-project files. We would need to setup a minimum level of…
-
Design decisions need to be made about the HPC Dashboard before development can begin.
Namely, we must determine if an existing open-source dashboard framework suits the goals of this web application…
-
This idea is not very fleshed out yet, and I'm not sure if it should even belong in this repo, but I wanted to write it out while I'm thinking about it.
JupyterLab supports the very flexible concep…
-
This issue is writing up a discussion about how various types of load/processing times could be handled in panel to improve the user experience. It is common for a panel application to appear broken w…
-
Sometimes getting access to the remote scheduler is hard, for example for security reasons. We could consider having the Client run an HTTP server and forwarding requests for a dashboard over to the …
-
Looks like a really cool project! Not a huge deal, but I think the conda recipe is missing a few required packages that are needed to run the [Palmer Penguins](https://lumen.holoviz.org/gallery/pengui…
-
## Description
Dear, I try to install jupyter lab thus I create this script
```bash
virtualenv -p python3 jupyterlab_venv
source jupyterlab_venv/bin/activate
pip install --upgrade p…