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

UnicodeDecodeError in JupyterLab Desktop #252

Open
apogorzelska opened this issue Mar 29, 2024 · 3 comments · May be fixed by #253
Open

UnicodeDecodeError in JupyterLab Desktop #252

apogorzelska opened this issue Mar 29, 2024 · 3 comments · May be fixed by #253

Comments

@apogorzelska
Copy link

I'm getting following error in JupyterLab Desktop. I'm using a conda environment with Python 3.11.8 on Windows 11, itables version 2.0.0 installed from conda-forge.

image

@mwouts
Copy link
Owner

mwouts commented Mar 30, 2024

Thank you @apogorzelska for reporting this! Oh sorry I had not tested itables on Windows yet, I should have thought of this. I plan to look into this in the coming days.

Meanwhile, may I ask you if init_notebook_mode(all_interactive=True, connected=True) works any better?

@mwouts
Copy link
Owner

mwouts commented Mar 30, 2024

Just gived it a try, and it worked in an environment created with

conda create -n test_itables 'itables==2.0' jupyterlab -c conda-forge

image

For some reason utf-8 does not seem to be the default on your installation, I will prepare a PR for using an explicit encoding argument.

@mwouts mwouts linked a pull request Mar 30, 2024 that will close this issue
@mwouts
Copy link
Owner

mwouts commented Mar 30, 2024

The PR and the instructions to test it are available here. Can you let me know if that fixes this issue? You might have to install nodejs in your conda environment. Thanks!

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

Successfully merging a pull request may close this issue.

2 participants