Skip to main content

Jupyterlab extension to add handling of Makefiles and syntax colouring support

Project description

jupyterlab_makefile_file_type_extension

GitHub Actions npm version PyPI version Total PyPI downloads JupyterLab 4 Brought To You By KOLOMOLO

A JupyterLab extension providing comprehensive Makefile support with syntax highlighting and custom file type recognition.

Makefile Extension Screenshot

Features

Comprehensive Makefile editing support in JupyterLab with syntax highlighting that distinguishes targets, variables, conditionals, and shell constructs.

File recognition:

  • Standard names: Makefile, makefile, GNUmakefile
  • Extensions: *.mk, *.mak, *.make
  • Custom red "M" icon in file browser

Highlighting coverage:

  • Build targets and dependencies
  • Variable references and shell constructs
  • Conditional directives
  • Special targets and silent commands
  • Line continuations and quoted strings

Requirements

  • JupyterLab >= 4.0.0

Install

To install the extension, execute:

pip install jupyterlab_makefile_file_type_extension

Configuration

IMPORTANT: Configure Tab Character Usage

Makefiles require tab characters for recipe command indentation. Recipe lines starting with spaces instead of tabs will cause Make execution to fail with "missing separator" errors. Configure JupyterLab to use tabs:

  1. Open JupyterLab Settings → Settings Editor
  2. Navigate to Text Editor section
  3. Set Indentation Unit to Tab

Alternatively, add this to your JupyterLab Text Editor settings JSON:

{
  "editorConfig": {
    "indentUnit": "Tab",
    "tabSize": 4
  }
}

Note: All recipe commands (lines that execute shell commands under targets) MUST start with a tab character. The syntax highlighter requires tab-indented recipe lines for proper highlighting - space-indented recipes will not be highlighted and will fail during Make execution.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file jupyterlab_makefile_file_type_extension-1.0.94.tar.gz.

File metadata

File hashes

Hashes for jupyterlab_makefile_file_type_extension-1.0.94.tar.gz
Algorithm Hash digest
SHA256 206c6eafc63500b04afa20c4d52a9a60b35fa77eb67dbb2b68c21d2c5cc569f5
MD5 f2e0a113777e910c98c206181eca674b
BLAKE2b-256 754fe14b258c9b769621132f4a01f2d18f69c4151649874c24f8a0ca9e14b27c

See more details on using hashes here.

File details

Details for the file jupyterlab_makefile_file_type_extension-1.0.94-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyterlab_makefile_file_type_extension-1.0.94-py3-none-any.whl
Algorithm Hash digest
SHA256 59ba8f1677f0e1cb8dee17fdc33fa63546706f6dabafd1515c20673f9c64d67b
MD5 d4b5a1c199dd9e0f946e4417263d4aff
BLAKE2b-256 699b5ad32de63f05ff8dced2fbacc2ff3aa17242e408187d41452dc26b628edb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page