Jupyter Notebook raw code

Answered

I have been using Pycharm Professional for a year on windows with the jupyter notebook extension installed and it has always looked like this:

I recently switched to running linux fedora 34 and when installed the jupyter notebook extension for pycharm, it looks like this now:

No matter where I look, I can't seem to find the setting to chage it back to the raw code and output cells.

Any help would be great

 

2
4 comments
Avatar
Permanently deleted user

I think what you're seeing is the new Jupyter interface.

 

I am praying that the old interface is still available somewhere. Has anyone found it?

0

We decided to redesign our Jupyter Notebooks support from scratch due to a large number of users who prefer to have the outputs below the corresponding cells instead of the split-view and various technical issues with the old implementation. See https://youtrack.jetbrains.com/issue/PY-23843

0

Is there a way to get the source code view back?. The new design breaks very often and then is unusable untill you restart IDE.

0

Jakubpas, There is no setting that restores the old split view. Jupyter support was rewritten in 2021.3 and outputs moved inline under each cell.

The editor breaking until an IDE restart is a separate problem, and nothing matching that description is currently tracked. Worth reporting on its own at https://youtrack.jetbrains.com/newIssue?project=PY with a log archive from Help | Collect Logs and Diagnostic Data.

0

Please sign in to leave a comment.