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

loading Jupyter Lab fails on 0.20.1 with JS error Plugin 'beakerx.javascript:factory' is already registered. #7594

Closed
jdavidheiser opened this issue Jun 27, 2018 · 2 comments

Comments

@jdavidheiser
Copy link
Contributor

jdavidheiser commented Jun 27, 2018

On Beakerx 0.20.1, I get an error about beakerx already being registered. Firefox JS console output:

Error: Plugin 'beakerx.javascript:factory' is already registered. index.js:89
l9te/s</e.prototype.registerPlugin         index.js:89
t/<                                                           index.js:68:47
forEach                                                   self-hosted:268:13 
t                                                              index.js:68
o                                                             index.out.js:1408

Repro:

pip install beakerx==0.20.1
beakerx install --lab
@scottdraves
Copy link
Contributor

scottdraves commented Jun 28, 2018

Thanks for the report.

We ended up not using beakerx-jupyterlab-js, since its function was incorporated into jupyterlab directly, upstream. See #7028.

But I forgot to remove this from --lab. I just did.

In the meantime, you can install for lab like this:

beakerx install
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install beakerx-jupyterlab

@liyingbin1213
Copy link

check if you install two same extensions but two authors. I solve this problem just disable one of them in menu.

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

3 participants