Commit e108c9cd authored by Matthias Meschede's avatar Matthias Meschede

update ihaskell jupyterlab extension and align directory name

parent 21ca14d6
...@@ -10,7 +10,7 @@ Haskell Syntax Highlighting in Jupyterlab ...@@ -10,7 +10,7 @@ Haskell Syntax Highlighting in Jupyterlab
## Installation ## Installation
```bash ```bash
jupyter labextension install ihaskell_labextension jupyter labextension install jupyterlab-ihaskell
``` ```
## Development ## Development
......
{ {
"name": "ihaskell_jupyterlab", "name": "jupyterlab-ihaskell",
"version": "0.0.7", "version": "0.0.12",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
......
{ {
"name": "ihaskell_jupyterlab", "name": "jupyterlab-ihaskell",
"version": "0.0.7", "version": "0.0.12",
"description": "adds ihaskell syntax highlighting to jupyterlab", "description": "adds ihaskell syntax highlighting to jupyterlab",
"keywords": [ "keywords": [
"jupyter", "jupyter",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment