GitHub - brakmic/BosqueDev-Jupyter: A JupyterLab Environment with Bosque Support

3 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

A JupyterLab Environment with Bosque Support

License

MIT license

2 stars 0 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

3 Commits

Repository files navigation

BosqueDev-Jupyter

A Jupyter Lab 4.x environment with integrated Bosque programming language support.

jupyterlab_main_window

Features

Screenshots

syntax_colorization

Syntax Highlighting based on Lezer Grammar

language_option_menu

Code Compilation and Execution

bosque_file_support

Bosque File Support

text_editor_highlighting

Text Editor Syntax Highlighting

Usage

Run the pre-built image:

docker run -p 8888:8888 brakmic/bosquedev-jupyter

Or build from Dockerfile:

docker build -t bosquedev-jupyter -f Dockerfile .
docker run -p 8888:8888 bosquedev-jupyter

Components

  • Base Images:
    • brakmic/bosquedev:latest (Stage 1)
    • quay.io/jupyter/base-notebook:latest (Stage 2)
  • Extensions:
    • Bosque Jupyter Kernel
    • Bosque Syntax Highlighting

Learn More About Bosque

Resources

Papers

License

MIT

Releases

No releases published

Packages

No packages published