Skip to content

Commit

Permalink
Released 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredStef committed Jul 11, 2024
1 parent 584195c commit 9991bc9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Header

Customizable cell headers for Jupyter
Header is a Jupyter Lab plugin which allows users to create notebook cells with custom headers. Three built in buttons are provided: ! and % for IPython commands and %%spark. Custom buttons with new headers can be added. All built in headers have the keyboard shortcuts CMD + SHIFT followed by !, F5, and @ respectively.

This package can be found on npm titled "@jaredstef/header".

## Requirements

Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{
"name": "header",
"name": "@jaredstef/header",
"version": "1.0.0",
"description": "Customizable cell headers for Jupyter",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension"
"jupyterlab-extension",
"extension",
"header",
"jaredstef",
"cell",
"custom"
],
"homepage": "https://github.com/jaredstef/header",
"bugs": {
"url": "https://github.com/jaredstef/header/issues"
},
"license": "BSD-3-Clause",
"license": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International",
"author": {
"name": "Jared Stefanowicz",
"email": "jaredStef@iCloud.com"
Expand Down

0 comments on commit 9991bc9

Please sign in to comment.