Data scientists on my team are regularly seeing one of these two messages in JupyterLab: File Save Error Failed to fetch and Server Connection Error Failed to fetch Screenshots: https://www.dropbox.com/s/uwl5mkkhfmyd1fh/failed-to-fetch-0...
❯ pip show jupyterlab-git Name: jupyterlab-git Version: 0.9.0 Summary: A server extension for JupyterLab's git extension Home-page: https://github.com/jupyterlab/jupyterlab-git Author: Jupyter Development Team Author-email: None License: BSD Location: /Users/mindtooth/.venvs/jupyter/lib/...
It’s likely that up to this point, your test process involves you manually running notebooks through the Jupyter Lab UI, or a similar client. This is both time-consuming and error-prone though. Let’s start automating this process in your development environment using nbmake as an initial s...
You can use a fixtures by passing it as an argument to your unit test function: ```python async def test_jupyter_server_api(jp_fetch): # Send request to a temporary Jupyter Server Web Application @@ -33,11 +40,12 @@ async def test_jupyter_server_api(jp_fetch): ``` You can ...
sure, in my case, I run jupyter Server as a Docker container inside a Linux Server using port forward: http://<lan_server_ip>:8888/lab?token= same as @mcitoler , it hangs in the kernel selection stage, the output window complains about not being able to parse the URI, similar to ...
Fetch and checkout this branch locally Known issues when run as a post install command does not properly link labextensions Partly becausesetup:devbuildhatch doesn't seem to respect build dependencies Likely also due to different application directory (jupyter lab path) during installation procedure ...
Incidentally, willjupyter notebook listwork for jupyter lab servers? Because when I execute thejupyter notebook stop 8888command, I get SSL: CERTIFICATE_VERIFY_FAILED errors. (though that's most likely a different problem, I guess). Sorry, something went wrong. ...
The flags detail what to cleanup.Currently we are using the -tipsy flag, but I fail to find any documentation about this flag, I think it is deprecated in favor of other flags. So, we should probably update this no matter what.