macos bs: 11.1 python: 3.8.5 jupyter lab: 3.0.1 nodejs: v15.2.1 Description When running the following command jupyter lab --no-browser jupyter opens in a browser. Logs jupyter lab --no-browser [I 2021-01-08 15:02:12.087 ServerApp] jupyt...
labextension_name: jupyterlab-browser-storage mimetype: '' mimetype_name: '' project_short_description: A JupyterLab Drive to save files in the browser storage python_name: jupyterlab_browser_storage repository: https://github.com/jupyterlab-contrib/jupyterlab-browser-storage test: true...
JupyterLab - Filebrowser Widget Extension. Latest version: 4.3.4, last published: 2 days ago. Start using @jupyterlab/filebrowser-extension in your project by running `npm i @jupyterlab/filebrowser-extension`. There are 11 other projects in the npm regis
Problem I use JupyterLab daily for work, where I need to navigate in the file browser folders which has 100s of folders in them. The file browser's filter is a great tool, but it has hardcoded return true; for directories. Proposed Solut...
krassowskimerged 3 commits intojupyterlab:mainfromJasonWeill:initial-selection Mar 14, 2024 +3−14 Contributor JasonWeillcommentedFeb 21, 2024 References Fixes#14352. Code changes Changes the initial search query to whatever text is selected, if any, in the browser window. ...
Add a newJLAB_BROWSER_HEADLESSenvironment variable to be able to run thebrowser_checkin headed mode. This makes it easier to debug thebrowser_checkwhen it fails. Usage: JLAB_BROWSER_HEADLESS=false python -m jupyterlab.browser_check Code changes ...
Description In JupyterLab 4.1.8 and below, when you resize the file browser, only the Name column width changes. But in 4.2.X the Name and Last Modifiied/Modified columns both expand equally. This results in difficulty reading long file ...
Operating System and version: Ubuntu Browser and version: Edge 120.0.2210.22 JupyterLab version: 4.0.0a4 and earlier (to be checked)krassowski added bug status:Needs Triage labels Nov 30, 2023 krassowski added this to the 4.1.0 milestone Nov 30, 2023 Member Author krassowski commented Nov...
This enables browser-native lazy rendering, but it still is not smooth enough when resizing columns when in node_modules of JupyterLab. So we have: single grid with subgrids which should work fast as browsers should be able to layout it quickly (maybe browsers do not have fast paths for ...
jupyter [notebook|lab] --ContentsManager.allow_hidden=True And then in the browser, enter one of these commands into theconsoleto hide/show the dot files: document.querySelectorAll("li[data-is-dot]").forEach(el=>el.style.display="none");// hide themdocument.querySelectorAll("li[data...