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

pixie debugger in Jupyter showing weird characters #798

Open
matthieuheitz opened this issue Jul 29, 2021 · 1 comment
Open

pixie debugger in Jupyter showing weird characters #798

matthieuheitz opened this issue Jul 29, 2021 · 1 comment

Comments

@matthieuheitz
Copy link

Expected behavior

The debugger should display this code properly:

%%pixie_debugger

import pandas as pd
import numpy as np

starter = np.zeros( (10,10))

Actual behavior

Instead, it displays weird characters everywhere:

[0m[1;32mdef[0m [0mpixie_run[0m[1;33m([0m[1;33m)[0m[1;33m:[0m[1;33m[0m[1;33m[0m[0m
[0m    [1;32mimport[0m [0mpdb[0m[1;33m[0m[1;33m[0m[0m
[0m    [0mpdb[0m[1;33m.[0m[0mset_trace[0m[1;33m([0m[1;33m)[0m[1;33m[0m[1;33m[0m[0m
[0m[1;33m[0m[0m
[1;33m    [1;32mimport[0m [0mpandas[0m [1;32mas[0m [0mpd[0m[1;33m[0m[1;33m[0m[0m
[0m    [1;32mimport[0m [0mnumpy[0m [1;32mas[0m [0mnp[0m[1;33m[0m[1;33m[0m[0m
[0m[1;33m[0m[0m
[0m    [0mstarter[0m [1;33m=[0m [0mnp[0m[1;33m.[0m[0mzeros[0m[1;33m([0m [1;33m([0m[1;36m10[0m[1;33m,[0m[1;36m10[0m[1;33m)[0m[1;33m)[0m[1;33m[0m[1;33m[0m[0m
[0m[1;33m[0m[0m

Steps to reproduce the behavior

Ubuntu 20.04
I just installed pixiedust with pip install pixiedust, and I got version 1.1.19.
After import pixidust, it tells me:

Pixiedust database opened successfully

Pixiedust version 1.1.19

Note: Issue has already been reported here by another user: https://stackoverflow.com/questions/63960340/pixie-debugger-in-jupyter-showing-weird-characters

@jurajmichalak1
Copy link

I have same problem and don't know solution.

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