Replies: 2 comments 2 replies
-
Update: upgrading to jupyter-console 6.4.3 seems to have (mostly) fixed the issue above (see jupyter/jupyter_console#241 (comment)). However, qtconsole is still not starting. The current debug message is: [JupyterQtConsoleApp] Searching ['C:\\Users\\xxx\\Desktop\\WPy64-38122b3\\pypy3.8-v7.3.9-win64', 'C:\\Users\\xxx\\.jupyter', 'C:\\Users\\xxx\\AppData\\Roaming\\PyPy\\etc\\jupyter', 'C:\\Users\\xxx\\Desktop\\WPy64-38122b3\\pypy3.8-v7.3.9-win64\\etc\\jupyter', 'C:\\ProgramData\\jupyter'] for config files
[JupyterQtConsoleApp] Looking for jupyter_config in C:\ProgramData\jupyter
[JupyterQtConsoleApp] Looking for jupyter_config in C:\Users\xxx\Desktop\WPy64-38122b3\pypy3.8-v7.3.9-win64\etc\jupyter
[JupyterQtConsoleApp] Looking for jupyter_config in C:\Users\xxx\AppData\Roaming\PyPy\etc\jupyter
[JupyterQtConsoleApp] Looking for jupyter_config in C:\Users\xxx\.jupyter
[JupyterQtConsoleApp] Looking for jupyter_config in C:\Users\xxx\Desktop\WPy64-38122b3\pypy3.8-v7.3.9-win64
[JupyterQtConsoleApp] Looking for jupyter_qtconsole_config in C:\ProgramData\jupyter
[JupyterQtConsoleApp] Looking for jupyter_qtconsole_config in C:\Users\xxx\Desktop\WPy64-38122b3\pypy3.8-v7.3.9-win64\etc\jupyter
[JupyterQtConsoleApp] Looking for jupyter_qtconsole_config in C:\Users\xxx\AppData\Roaming\PyPy\etc\jupyter
[JupyterQtConsoleApp] Looking for jupyter_qtconsole_config in C:\Users\xxx\.jupyter
[JupyterQtConsoleApp] Looking for jupyter_qtconsole_config in C:\Users\xxx\Desktop\WPy64-38122b3\pypy3.8-v7.3.9-win64
[JupyterQtConsoleApp] Connecting to existing kernel: C:\Users\xxx\AppData\Roaming\jupyter\runtime\kernel-11904.json
[JupyterQtConsoleApp] Loading connection file C:\Users\xxx\AppData\Roaming\jupyter\runtime\kernel-11904.json
[JupyterQtConsoleApp] connecting shell channel to tcp://127.0.0.1:49527
[JupyterQtConsoleApp] Connecting to: tcp://127.0.0.1:49527 |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'm surprised I didn't get latest Jupyter-console... checking why. hum....
will remove voila from PyPy builds for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@stonebig With regards to spyder-ide/qtconsole#535, it seems like the problem could be partly originating from an incompatibility in the current build with Jupyter or some component thereof. It doesn't seem appropriate to flood that issue with further discussion about resolving build issues, so I'll post here instead.
In an effort to isolate the problem, I tried get access to the command line Jupyter console with
.\pypy.exe -m jupyter console
, and the console successfully starts:However, when I try to do anything, such as press enter or run a simple command (
print(1)
), I get an exception. I think I have isolated the issue to Jupyter rather than IPython, because I connected a CPython Jupyter console to a PyPy IPython kernel, and that worked OK.I haven't had time to dig deeper, but this problem seems to suggest that something's wonky between PyPy and Jupyter in the current build.
I didn't get anything meaningful from qtconsole's debug output before it auto-quits, so I started suspecting that the problem might not be with Pyside6.
Beta Was this translation helpful? Give feedback.
All reactions