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

Missing file beakerx_display.js #8312

Open
Ninaddu opened this issue Sep 8, 2021 · 2 comments
Open

Missing file beakerx_display.js #8312

Ninaddu opened this issue Sep 8, 2021 · 2 comments

Comments

@Ninaddu
Copy link

Ninaddu commented Sep 8, 2021

I run the code below in jupyter notebook, it won't print output. Have runned 'pip install beakerx' 'beakerx install' successfully.

import pandas as pd
from beakerx import *
from beakerx.object import beakerx
beakerx_table = TableDisplay(pd.read_csv('Data/cc.csv', encoding='gbk'))
beakerx_table

Here is error info in consloe and i cannot find beakerx_tabledisplay.js in the pc. o(╥﹏╥)o

GET http://localhost:8888/static/beakerx_tabledisplay.js?v=20210908134722 net::ERR_ABORTED 404 (Not Found)
Could not instantiate widget
Error: Could not create a model.
Couldn't process kernel message Error: Script error for "beakerx_tabledisplay"
Uncaught (in promise) Error: Script error for "beakerx_tabledisplay"
Couldn't process kernel message Error: Script error for "beakerx_tabledisplay"
Uncaught (in promise) Error: Script error for "beakerx_tabledisplay"
@Ninaddu Ninaddu changed the title miss file beakerx_display.js missing file beakerx_display.js Sep 8, 2021
@Ninaddu Ninaddu changed the title missing file beakerx_display.js Missing file beakerx_display.js Sep 8, 2021
@tilusnet
Copy link

Got the same, installed beakerx_tabledisplay 2.1.0 from conda channel beakerx.

Is anyone testing these banal problems?
Is this a dead project?

@tnn1t1s
Copy link

tnn1t1s commented Feb 15, 2022

checking

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