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

[feat] Support JupyterLite notebooks #36

Closed
westurner opened this issue Feb 23, 2023 · 7 comments
Closed

[feat] Support JupyterLite notebooks #36

westurner opened this issue Feb 23, 2023 · 7 comments

Comments

@westurner
Copy link

Users can work with pygwalker in (offline) Jupyter Notebooks

Does pygwalker already work w/ micropip and JupyterLite?

%pip install pygwalker
@Asm-Def
Copy link
Collaborator

Asm-Def commented Feb 23, 2023

Seems that it worked well with JupyterLite.

JupyterLite

but haven't tested with an offline archive yet.

BTW: Welcome to join our discord discord invitation link to keep track of the latest progress.

@westurner
Copy link
Author

westurner commented Feb 24, 2023

Nice.

  • DOC: README: add JupyterLite if there are tests

@evertoncolling
Copy link

@Asm-Def it used to work, but apparently it does not work anymore due to some util method that checks for updates using the requests library that does not work in Pyodide.

image

@Asm-Def Asm-Def added the bug Something isn't working label Mar 27, 2023
@Asm-Def Asm-Def linked a pull request Mar 27, 2023 that will close this issue
@Asm-Def
Copy link
Collaborator

Asm-Def commented Mar 27, 2023

@Asm-Def it used to work, but apparently it does not work anymore due to some util method that checks for updates using the requests library that does not work in Pyodide.

image

@evertoncolling
Resolved in Asm-Def#8. Please have a try with pygwalker>=0.1.6.2a0 --pre.

@evertoncolling
Copy link

Sorry for the late reply. I can confirm it works fine with the latest updates 👍.

image

@westurner
Copy link
Author

Could still be added to the README.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants