{"id":24362212,"url":"https://github.com/brakmic/jupyterlab-bosque-syntax","last_synced_at":"2026-05-14T21:36:07.557Z","repository":{"id":272752940,"uuid":"917644630","full_name":"brakmic/jupyterlab-bosque-syntax","owner":"brakmic","description":"A JupyterLab extension for Bosque Syntax Highlighting","archived":false,"fork":false,"pushed_at":"2025-01-16T12:52:36.000Z","size":254,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-02T12:06:34.629Z","etag":null,"topics":["bosque","bosque-lang","bosquelanguage","jupyter","jupyterlab","jupyterlab-extension"],"latest_commit_sha":null,"homepage":"https://blog.brakmic.com/using-bosque-in-jupyterlab/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brakmic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2025-01-16T11:34:29.000Z","updated_at":"2025-07-12T22:06:14.000Z","dependencies_parsed_at":"2025-01-16T13:08:21.215Z","dependency_job_id":"e0db2156-4c1c-434e-9c77-f7d033946a38","html_url":"https://github.com/brakmic/jupyterlab-bosque-syntax","commit_stats":null,"previous_names":["brakmic/jupyterlab-bosque-syntax"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brakmic/jupyterlab-bosque-syntax","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2Fjupyterlab-bosque-syntax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2Fjupyterlab-bosque-syntax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2Fjupyterlab-bosque-syntax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2Fjupyterlab-bosque-syntax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brakmic","download_url":"https://codeload.github.com/brakmic/jupyterlab-bosque-syntax/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2Fjupyterlab-bosque-syntax/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33044309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bosque","bosque-lang","bosquelanguage","jupyter","jupyterlab","jupyterlab-extension"],"created_at":"2025-01-18T22:50:42.230Z","updated_at":"2026-05-14T21:36:07.538Z","avatar_url":"https://github.com/brakmic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jupyterlab_bosque_syntax\n\n[![Github Actions Status](https://github.com/brakmic/jupyterlab-bosque-syntax/workflows/Build/badge.svg)](https://github.com/brakmic/jupyterlab-bosque-syntax/actions/workflows/build.yml)\n\nA JupyterLab extension for Bosque Syntax Highlighting\n\n![syntax_colorization](./assets/syntax_colorization.png)\n\n![language_option_menu](./assets/language_option_menu.png)\n\n## Requirements\n\n- JupyterLab \u003e= 4.0.0\n\n## Install\n\nTo install the extension, execute:\n\n```bash\npip install jupyterlab_bosque_syntax\n```\n\n## Uninstall\n\nTo remove the extension, execute:\n\n```bash\npip uninstall jupyterlab_bosque_syntax\n```\n\n### Build Scripts\n\n- Run `reinstall_extension.sh` to build and install the extension.\n\n- Enter `jupyter lab --ip=0.0.0.0 --port=8888 --no-browser --NotebookApp.token='' --NotebookApp.password=''` to start the Jupyter Lab server.\n\n### Development install\n\nNote: You will need NodeJS to build the extension package.\n\nThe `jlpm` command is JupyterLab's pinned version of\n[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use\n`yarn` or `npm` in lieu of `jlpm` below.\n\n```bash\n# Clone the repo to your local environment\n# Change directory to the jupyterlab_bosque_syntax directory\n# Install package in development mode\npip install -e \".\"\n# Link your development version of the extension with JupyterLab\njupyter labextension develop . --overwrite\n# Rebuild extension Typescript source after making changes\njlpm build\n```\n\nYou can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.\n\n```bash\n# Watch the source directory in one terminal, automatically rebuilding when needed\njlpm watch\n# Run JupyterLab in another terminal\njupyter lab\n```\n\nWith the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).\n\nBy default, the `jlpm build` command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:\n\n```bash\njupyter lab build --minimize=False\n```\n\n### Development uninstall\n\n```bash\npip uninstall jupyterlab_bosque_syntax\n```\n\nIn development mode, you will also need to remove the symlink created by `jupyter labextension develop`\ncommand. To find its location, you can run `jupyter labextension list` to figure out where the `labextensions`\nfolder is located. Then you can remove the symlink named `jupyterlab-bosque-syntax` within that folder.\n\n### Testing the extension\n\n#### Frontend tests\n\nThis extension is using [Jest](https://jestjs.io/) for JavaScript code testing.\n\nTo execute them, execute:\n\n```sh\njlpm\njlpm test\n```\n\n#### Integration tests\n\nThis extension uses [Playwright](https://playwright.dev/docs/intro) for the integration tests (aka user level tests).\nMore precisely, the JupyterLab helper [Galata](https://github.com/jupyterlab/jupyterlab/tree/master/galata) is used to handle testing the extension in JupyterLab.\n\nMore information are provided within the [ui-tests](./ui-tests/README.md) README.\n\n### Packaging the extension\n\nSee [RELEASE](RELEASE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrakmic%2Fjupyterlab-bosque-syntax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrakmic%2Fjupyterlab-bosque-syntax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrakmic%2Fjupyterlab-bosque-syntax/lists"}