beakerx icon indicating copy to clipboard operation
beakerx copied to clipboard

Missing file beakerx_display.js

Open Ninaddu opened this issue 3 years ago • 2 comments

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 avatar Sep 08 '21 06:09 Ninaddu

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

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

tilusnet avatar Jan 21 '22 20:01 tilusnet

checking

tnn1t1s avatar Feb 15 '22 13:02 tnn1t1s