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

WebIO not detected #446

Closed
luli-git opened this issue Mar 1, 2021 · 2 comments
Closed

WebIO not detected #446

luli-git opened this issue Mar 1, 2021 · 2 comments

Comments

@luli-git
Copy link

luli-git commented Mar 1, 2021

Hi there,

I was trying to run Julia on Google Colab but was getting the error WebIO not detected.

I've tried the troubleshooting instructions in WebIO and also tried restarting the notebook several times. However, I still get the same error. I'm using Julia 1.5 and MacOS.

Here is the link to the Colab notebook: https://colab.research.google.com/drive/1-PoTD44o6gLonnC3Uf93aHVgPBQ7Vngu?usp=sharing

Below are my installations:

Pkg.add(["WebIO", "InteractBase", "ORCA", "PlotlyJS", "Interact", "IJulia", "Eirene", "DelimitedFiles"]); using WebIO; WebIO.install_jupyter_nbextension(); using PlotlyJS, IJulia, WebIO, Interact, WebIO, Eirene, DelimitedFiles; pc = readdlm(download("https://raw.githubusercontent.com/luli2949/TDA_Analysis/master/points1.csv"), ','); D = eirene(pc, model="pc") plotbarcode_pjs(D, dim=1)

Thank you so much for your help!

@twavv
Copy link
Member

twavv commented Mar 1, 2021

It's probably not possible to run WebIO on colab unfortunately. The frontend (in this case colab) has to support it.

@luli-git
Copy link
Author

luli-git commented Mar 1, 2021

Got it. Thanks!

@luli-git luli-git closed this as completed Mar 1, 2021
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