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.98.tar.gz.

File metadata

File hashes

Hashes for jupyterlab_makefile_file_type_extension-1.0.98.tar.gz
Algorithm Hash digest
SHA256 fec76cbbab8716173877850c0a9e6e8cda0234c0272002293702a6b9f96c0d16
MD5 80fe34a5e082d0036ce698fb6a64460f
BLAKE2b-256 42190dcddc873013028fb6f11eff1052b59afeea27dd7aad296ac4b1b3f10d7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jupyterlab_makefile_file_type_extension-1.0.98-py3-none-any.whl
Algorithm Hash digest
SHA256 76efd52757b5549e38473b36a947a3e19f464cd28dfed125d5926e89759a5449
MD5 b0288e7471a1a32fd5c9eb1f908d4935
BLAKE2b-256 41cabd335a8b40deef391b4b63cdbc8ca92e2e9e697f08170dc4e8c3a6056d7a

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