-
Notifications
You must be signed in to change notification settings - Fork 323
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
Allow to ignore repositories #641
Comments
@memeplex Thanks for reporting. Could you please use the issue template next time and report the context:
|
Since it's more of a simple feature request I thought that kind of context wasn't relevant, but here you go:
Command Line Output[D 09:47:16.044 LabApp] Searching ['/home/carlos', '/home/carlos/.jupyter', '/usr/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files [D 09:47:16.044 LabApp] Looking for jupyter_config in /etc/jupyter [D 09:47:16.044 LabApp] Looking for jupyter_config in /usr/local/etc/jupyter [D 09:47:16.045 LabApp] Looking for jupyter_config in /usr/etc/jupyter [D 09:47:16.045 LabApp] Looking for jupyter_config in /home/carlos/.jupyter [D 09:47:16.045 LabApp] Looking for jupyter_config in /home/carlos [D 09:47:16.045 LabApp] Looking for jupyter_notebook_config in /etc/jupyter [D 09:47:16.045 LabApp] Looking for jupyter_notebook_config in /usr/local/etc/jupyter [D 09:47:16.045 LabApp] Looking for jupyter_notebook_config in /usr/etc/jupyter [D 09:47:16.045 LabApp] Looking for jupyter_notebook_config in /home/carlos/.jupyter [D 09:47:16.046 LabApp] Loaded config file: /home/carlos/.jupyter/jupyter_notebook_config.json [D 09:47:16.046 LabApp] Looking for jupyter_notebook_config in /home/carlos [D 09:47:16.046 LabApp] Raising open file limit: soft 1024->4096; hard 1048576->1048576 [D 09:47:16.050 LabApp] Paths used for configuration of jupyter_notebook_config: /etc/jupyter/jupyter_notebook_config.json [D 09:47:16.050 LabApp] Paths used for configuration of jupyter_notebook_config: /usr/local/etc/jupyter/jupyter_notebook_config.json [D 09:47:16.050 LabApp] Paths used for configuration of jupyter_notebook_config: /usr/etc/jupyter/jupyter_notebook_config.json [D 09:47:16.050 LabApp] Paths used for configuration of jupyter_notebook_config: /home/carlos/.jupyter/jupyter_notebook_config.json [W 09:47:16.294 LabApp] JupyterLab server extension not enabled, manually loading... [I 09:47:16.917 LabApp] JupyterLab extension loaded from /home/carlos/.local/lib/python3.8/site-packages/jupyterlab [I 09:47:16.917 LabApp] JupyterLab application directory is /home/carlos/.local/share/jupyter/lab [I 09:47:16.920 LabApp] Serving notebooks from local directory: /home/carlos [I 09:47:16.920 LabApp] The Jupyter Notebook is running at: [I 09:47:16.920 LabApp] http://localhost:8888/?token=7e90a407efd6dd4c208746570d8d73af6732efb13cdbbae3 [I 09:47:16.920 LabApp] or http://127.0.0.1:8888/?token=7e90a407efd6dd4c208746570d8d73af6732efb13cdbbae3 [I 09:47:16.920 LabApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [C 09:47:16.938 LabApp] |
Related to #667 |
Now that the files list is virtualized, the UI should not hang anymore. Moreover, #812 will reduce the refresh to only apply when the Git panel is displayed. So I set this as won't fix - in the sense that the proposed solution won't be implemented to address the reported problem. |
I've a very large repository that hangs the entire Jupyter UI every time I open its directory. Some other tools that work with git allow to ignore some directories/repositories.
The text was updated successfully, but these errors were encountered: