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

Display delimiters at wrong position in PyCharm #4

Open
Rojetto opened this issue Jan 13, 2020 · 2 comments
Open

Display delimiters at wrong position in PyCharm #4

Rojetto opened this issue Jan 13, 2020 · 2 comments

Comments

@Rojetto
Copy link

Rojetto commented Jan 13, 2020

When using multiple ##: display commands in one cell, their outputs are normally separated by --- delimiters. This works fine in the Jupyter web interface, but results in this output in PyCharm's notebook interface:
grafik

Since PyCharm has a few other notebook issues, it might just be a problem on their end. Still, maybe there is a workaround, like not mixing display() and print() when injecting the output commands (I only took a very brief look at the ipydex implementation).

@cknoll
Copy link
Owner

cknoll commented Jan 26, 2020

Thanks for the hint. Seems reasonable. I will look into this soon.

@cknoll
Copy link
Owner

cknoll commented Feb 12, 2020

Implemented the proposed workarround in current develop branch. However in my (older) version of their seem to be more issues with notebooks. I cannot reproduce the behavior above. Dont know whether the problem is fixed.

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