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

File metadata

File hashes

Hashes for jupyterlab_makefile_file_type_extension-1.0.84.tar.gz
Algorithm Hash digest
SHA256 b51ccc07b89f7071a89c643cf4a9305eb36189f405349b47c65ba3607490f89c
MD5 701ef8241c6d2a8c07944418523a78ac
BLAKE2b-256 6e76801f3a3ac9dbf2b05bfb79e1634075012a4972913c21f4bf1abd8e7736de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jupyterlab_makefile_file_type_extension-1.0.84-py3-none-any.whl
Algorithm Hash digest
SHA256 b59dfc91a8ae60a6a2c0a50e332ba9ceeacea5a8762c1187dc8e3e510675ae8d
MD5 dbcda709e5ef5a765a42b25c46e27dd1
BLAKE2b-256 7cca13c8934ea6586b695e7a01cab13a380003502b15399e99cf9d1b8d5b297e

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