Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
e108c9cd
Commit
e108c9cd
authored
Sep 20, 2020
by
Matthias Meschede
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ihaskell jupyterlab extension and align directory name
parent
21ca14d6
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
468 additions
and
450 deletions
+468
-450
.gitignore
jupyterlab-ihaskell/.gitignore
+0
-0
README.md
jupyterlab-ihaskell/README.md
+1
-1
package-lock.json
jupyterlab-ihaskell/package-lock.json
+2
-2
package.json
jupyterlab-ihaskell/package.json
+2
-2
codemirror-ihaskell.ts
jupyterlab-ihaskell/src/codemirror-ihaskell.ts
+0
-0
index.ts
jupyterlab-ihaskell/src/index.ts
+0
-0
index.css
jupyterlab-ihaskell/style/index.css
+0
-0
tsconfig.json
jupyterlab-ihaskell/tsconfig.json
+0
-0
yarn.lock
jupyterlab-ihaskell/yarn.lock
+463
-445
No files found.
ihaskell_labextension
/.gitignore
→
jupyterlab-ihaskell
/.gitignore
View file @
e108c9cd
File moved
ihaskell_labextension
/README.md
→
jupyterlab-ihaskell
/README.md
View file @
e108c9cd
...
...
@@ -10,7 +10,7 @@ Haskell Syntax Highlighting in Jupyterlab
## Installation
```
bash
jupyter labextension
install
ihaskell_labextension
jupyter labextension
install
jupyterlab-ihaskell
```
## Development
...
...
ihaskell_labextension
/package-lock.json
→
jupyterlab-ihaskell
/package-lock.json
View file @
e108c9cd
{
"name"
:
"
ihaskell_jupyterlab
"
,
"version"
:
"0.0.
7
"
,
"name"
:
"
jupyterlab-ihaskell
"
,
"version"
:
"0.0.
12
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
ihaskell_labextension
/package.json
→
jupyterlab-ihaskell
/package.json
View file @
e108c9cd
{
"name"
:
"
ihaskell_jupyterlab
"
,
"version"
:
"0.0.
7
"
,
"name"
:
"
jupyterlab-ihaskell
"
,
"version"
:
"0.0.
12
"
,
"description"
:
"adds ihaskell syntax highlighting to jupyterlab"
,
"keywords"
:
[
"jupyter"
,
...
...
ihaskell_labextension
/src/codemirror-ihaskell.ts
→
jupyterlab-ihaskell
/src/codemirror-ihaskell.ts
View file @
e108c9cd
File moved
ihaskell_labextension
/src/index.ts
→
jupyterlab-ihaskell
/src/index.ts
View file @
e108c9cd
File moved
ihaskell_labextension
/style/index.css
→
jupyterlab-ihaskell
/style/index.css
View file @
e108c9cd
File moved
ihaskell_labextension
/tsconfig.json
→
jupyterlab-ihaskell
/tsconfig.json
View file @
e108c9cd
File moved
ihaskell_labextension
/yarn.lock
→
jupyterlab-ihaskell
/yarn.lock
View file @
e108c9cd
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment