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

showtable can't be downloaded as markdown for the WebIO not detected #56

Closed
kurt-steiner opened this issue Jul 24, 2020 · 10 comments
Closed

Comments

@kurt-steiner
Copy link

I'm sure when I use showtable, it has no error at all, but when print preview, it likes this
2020-07-22 16-37-54 的屏幕截图

and this is in the nootebook
2020-07-22 16-47-43 的屏幕截图

@pfitzseb
Copy link
Member

Sorry, I don't understand how those screenshots relate to one another. TableView seems to be working fine in the second one?

@SteffenPL
Copy link

In the first cell you have using TableViews instead of using TableView. Maybe that the error.

@kurt-steiner
Copy link
Author

Sorry, I don't understand how those screenshots relate to one another. TableView seems to be working fine in the second one?

yes,
the first one is print preview, it doesn't work at all
the second one is in notebook, it works

@kurt-steiner
Copy link
Author

In the first cell you have using TableViews instead of using TableView. Maybe that the error.

I don't think so, cause I create a new cell to run it, it still doesn't work

@SteffenPL
Copy link

Ah, so it works in a jupyter notebook, but not in jupyter lab.

Maybe this helps?

using WebIO, IJulia
WebIO.install_jupyter_labextension()

Source: https://juliagizmos.github.io/WebIO.jl/latest/providers/ijulia/#Fixing-Things-Up-1

@kurt-steiner
Copy link
Author

Ah, so it works in a jupyter notebook, but not in jupyter lab.

Maybe this helps?

using WebIO, IJulia
WebIO.install_jupyter_labextension()

Source: https://juliagizmos.github.io/WebIO.jl/latest/providers/ijulia/#Fixing-Things-Up-1
nope. I mean that it works in notebook, but when I am going to download this ipynb file as markdown or html, it will fail

@kurt-steiner
Copy link
Author

Ah, so it works in a jupyter notebook, but not in jupyter lab.

Maybe this helps?

using WebIO, IJulia
WebIO.install_jupyter_labextension()

Source: https://juliagizmos.github.io/WebIO.jl/latest/providers/ijulia/#Fixing-Things-Up-1

finally, I can create gif file!! maybe this will be helpful
y

@kurt-steiner
Copy link
Author

Ah, so it works in a jupyter notebook, but not in jupyter lab.
Maybe this helps?

using WebIO, IJulia
WebIO.install_jupyter_labextension()

Source: https://juliagizmos.github.io/WebIO.jl/latest/providers/ijulia/#Fixing-Things-Up-1

finally, I can create gif file!! maybe this will be helpful @SteffenPL
y

@bicepjai
Copy link

bicepjai commented Sep 13, 2020

I am using jupyterlab 2.1.0 and the issue seems to boils down to this related webIO issue

An error occured.
ValueError: No linked package for @webio/webio
See the log file for details:  /var/folders/cs/zqcrztp90zn854vddnfrpr940000gp/T/jupyterlab-debug-17xqdxuh.log
No labextension named "@webio/jupyter-lab-provider" installed
An error occured.
ValueError: 
"@webio/jupyter-lab-provider@0.8.14" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab              Extension      Package
>=2.0.2 <2.1.0          >=1.0.1 <2.0.0 @jupyterlab/application
>=2.0.2 <2.1.0          >=1.0.1 <2.0.0 @jupyterlab/docmanager
>=2.0.2 <2.1.0          >=1.0.1 <2.0.0 @jupyterlab/notebook
>=2.0.2 <2.1.0          >=1.0.1 <2.0.0 @jupyterlab/rendermime
>=5.0.2 <5.1.0          >=4.0.1 <5.0.0 @jupyterlab/services

@kurt-steiner
Copy link
Author

@bicepjai it seeems to be not fixed, do you know when it can be fixed??
I have been waiting for a long time 😋

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

4 participants