{"id":19424325,"url":"https://github.com/nanoant/jupterlab-macos-runner","last_synced_at":"2026-04-14T14:33:13.153Z","repository":{"id":66911243,"uuid":"248610540","full_name":"nanoant/jupterlab-macos-runner","owner":"nanoant","description":"Standalone app running jupyter-lab in the background, showing JupyterLab UI in WebKit window","archived":false,"fork":false,"pushed_at":"2022-01-06T21:57:43.000Z","size":1936,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-01T21:02:01.719Z","etag":null,"topics":["jupyter","jupyter-lab","jupyterlab","macos","macosx","python","webapp"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nanoant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-19T21:40:25.000Z","updated_at":"2022-12-14T11:47:33.000Z","dependencies_parsed_at":"2023-03-06T17:15:39.466Z","dependency_job_id":null,"html_url":"https://github.com/nanoant/jupterlab-macos-runner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nanoant/jupterlab-macos-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanoant%2Fjupterlab-macos-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanoant%2Fjupterlab-macos-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanoant%2Fjupterlab-macos-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanoant%2Fjupterlab-macos-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nanoant","download_url":"https://codeload.github.com/nanoant/jupterlab-macos-runner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanoant%2Fjupterlab-macos-runner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jupyter","jupyter-lab","jupyterlab","macos","macosx","python","webapp"],"created_at":"2024-11-10T13:42:32.721Z","updated_at":"2026-04-14T14:33:13.124Z","avatar_url":"https://github.com/nanoant.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"JupyterLab macOS Runner\n=======================\n\n[lab]: https://jupyterlab.readthedocs.io/en/stable/\n\nThis is a standalone application that runs `jupyter-lab` command in the background and opens a WebKit window with [*JupyterLab*][lab] interface. When the application is closed, background `jupyter-lab` process is terminated with `SIGTERM`.\n\nIt was created to make JupyterLab work more convenient on *macOS*, without the need to fiddle with the command line and making it distinctive from the regular browser.\n\nNOTE: At the moment it does not detect if there are some unsaved notebooks upon application quit.\n\n\u003cimg src=\"Screenshot.png\" width=\"700\" height=\"503\" alt=\"Screenshot\"\u003e\n\n### Configuration\n\nAccessible via `defaults read/write com.nanoant.webapp.JupyterLab`\n\nThis application has no dedicated settings UI. All settings needs to be adjusted using `defaults`. Following settings are exposed, showing default values:\n~~~bash\ndefaults write com.nanoant.webapp.JupyterLab CommandPath  ~/miniconda3/bin/jupyter-lab\ndefaults write com.nanoant.webapp.JupyterLab NotebookPath ~/Documents/Notebooks\ndefaults write com.nanoant.webapp.JupyterLab Host \"127.0.0.1\" # local host address\ndefaults write com.nanoant.webapp.JupyterLab Port -int 0      # next available port\ndefaults write com.nanoant.webapp.JupyterLab Token \"deadbeefb00b\"\n~~~\n\nThese settings are translated into following `jupyter-lab` invocation:\n~~~bash\n\u003e $CommandPath \\\n    --no-browser \\\n    --ip=$Host \\\n    --port=$Port \\\n    --notebook-dir=$NotebookPath \\\n    --NotebookApp.token=$Token\n~~~\n\n### Build\n\nUse CMake with Xcode or Command Line Tools installed to build it.\n\n### License\n\nLicensed under [MIT License](LICENSE).\n\n### Disclaimers\n\nIcon borrowed and revamped from [JupterLab][lab] project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanoant%2Fjupterlab-macos-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanoant%2Fjupterlab-macos-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanoant%2Fjupterlab-macos-runner/lists"}