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

Allow running notebook server extensions #12

Open
saulshanabrook opened this issue Oct 21, 2019 · 4 comments
Open

Allow running notebook server extensions #12

saulshanabrook opened this issue Oct 21, 2019 · 4 comments

Comments

@saulshanabrook
Copy link
Contributor

I would like to run some server extensions using https://github.com/jupyterhub/jupyter-server-proxy. Is it possible to have phoila launch the existing nb server extensions I have installed? Is it a bug that it doesn't seem to at the moment?

@saulshanabrook saulshanabrook changed the title Allow running notebooks server extensions Allow running notebook server extensions Oct 21, 2019
@vidartf
Copy link
Owner

vidartf commented Oct 22, 2019

Phoila currently creates its own server app, vendored from jupyter_server, with some modifications (for the time being). This means that it reads the extension configs from a different config file/key than jupyter notebook.

@saulshanabrook
Copy link
Contributor Author

@vidartf Hm, so how can I enable other server extensions to run with it? Is there a parallel to jupyter serverextension enable?

@vidartf
Copy link
Owner

vidartf commented Oct 22, 2019

I don't know if there are helper commands, but those just help ensure that the right entries are added to the right config files. You can try phoila --PhoilaApp.generate_config=True

@vidartf
Copy link
Owner

vidartf commented Oct 22, 2019

and use the option [PhoilaApp.]jpserver_extensions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants