jupyterlab-flake8 always lost connection with terminal
See original GitHub issuerecently i always run into this error:
jupyterlab-flake8 ran into an issue connecting with the terminal. Please try reloading the browser or re-installing the jupyterlab-flake8 extension.
I tried re-install but the same problem occurred
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (6 by maintainers)
Top Results From Across the Web
@jupyterlab/settingregistry | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >MATLAB vs Python: Why and How to Make the Switch
In this step-by-step tutorial, you'll learn about MATLAB vs Python, why you should switch from MATLAB to Python, the packages you'll need to...
Read more >Contributing
The browser tests will launch JupyterLab on a random port and exercise the Language Server features with Robot Framework and SeleniumLibrary. It is...
Read more >More Better Python: 10 Cool New (to me) Python Things
Black (auto-formatting) and Flake8 (PEP8 linter) are great tools for ... but I have to remind myself: always start with the libraries ...
Read more >PyInstaller Documentation - Read the Docs
PyInstaller requires the ldd terminal application to discover the shared libraries ... Under macOS, PyInstaller always builds a UNIX executable in dist.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve had more of a chance to work with the extension today and can reproduce the error @spdavern mentioned. Even with a new notebook, after a few minutes and > 10 cells jupyterlab completely hangs, then the kernel fails to connect to the notebook, and ultimately the server itself becomes unresponsive (
ctrl+c
/ctrl+d
don’t work) and I have to usekill
to end all jupyter processes.I’ve seen this problem with jupyter-lab 3.1.18 and couldn’t find any error message (nothing in jupyter lab’s output)