-
Notifications
You must be signed in to change notification settings - Fork 39
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
Install voila package on datahub #784
Comments
I think so. It depends on jupyter_server which has the note:
Just in case you weren't aware... We can install it regardless. |
There is also appmode if you think that jupyter_server isn't a good idea |
@ryanlovett it is an optional dependency, we can just use the serverextension instead. It depends on jupyter_server only if you want to run it in standalone mode, which we don't wanna anyway |
Hey @ryanlovett can we bump this up? not urgent but still desired |
@ericvd-ucb voila pulls in jupyter_server as an install dependency and that is breaking nbpdfexport.bundler. I need to figure out why...
Edit: voila was installed via pip. No server or lab extensions had been installed yet. |
Hey is there an update on getting the server extension installed? We have a notebook deploying in Data 88 at the end of September that would really benefit from this! |
Hi - i talked to @yuvipanda about it yesterday - he said it may take some fiddling on the install and he will look into it when he can, potentially we would like to demo this in class in late September |
This is present now. |
We suspect it caused the main thread to block, preventing all other server actions (like file saves) from working. Ref berkeley-dsep-infra#2688 Undoes berkeley-dsep-infra#784
Voila was removed (see #2688 (comment)). |
We suspect it caused the main thread to block, preventing all other server actions (like file saves) from working. Ref berkeley-dsep-infra/datahub#2688 Undoes berkeley-dsep-infra/datahub#784
We suspect it caused the main thread to block, preventing all other server actions (like file saves) from working. Ref berkeley-dsep-infra/datahub#2688 Undoes berkeley-dsep-infra/datahub#784
We suspect it caused the main thread to block, preventing all other server actions (like file saves) from working. Ref berkeley-dsep-infra/datahub#2688 Undoes berkeley-dsep-infra/datahub#784
We suspect it caused the main thread to block, preventing all other server actions (like file saves) from working. Ref berkeley-dsep-infra/datahub#2688 Undoes berkeley-dsep-infra/datahub#784
We suspect it caused the main thread to block, preventing all other server actions (like file saves) from working. Ref berkeley-dsep-infra/datahub#2688 Undoes berkeley-dsep-infra/datahub#784
We suspect it caused the main thread to block, preventing all other server actions (like file saves) from working. Ref berkeley-dsep-infra/datahub#2688 Undoes berkeley-dsep-infra/datahub#784
Is it possible to get voila (https://github.com/QuantStack/voila) enabled on the Hub? There is an app we want to run for Data 88 in Fall 2019 using it.
The text was updated successfully, but these errors were encountered: