Skip to content

Commit 6145c76

Browse files
committed
Feature: add elixir note server
1 parent e0fbf77 commit 6145c76

File tree

291 files changed

+33525
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

291 files changed

+33525
-43
lines changed

.github/workflows/check-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Check Release
22

33
on:
44
push:
5-
branches: [3.2.x]
5+
branches: [3.3.x]
66
pull_request:
7-
branches: [3.2.x]
7+
branches: [3.3.x]
88
release:
99
types: [published]
1010

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: "CodeQL"
77

88
on:
99
push:
10-
branches: [3.2.x]
10+
branches: [3.3.x]
1111
pull_request:
1212
# The branches below must be a subset of the branches above
13-
branches: [3.2.x]
13+
branches: [3.3.x]
1414
schedule:
1515
- cron: '0 8 * * 3'
1616

.github/workflows/linuxjs-flaky-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Linux JS Flaky Tests
22

33
on:
44
push:
5-
branches: [3.2.x]
5+
branches: [3.3.x]
66
pull_request:
7-
branches: [3.2.x]
7+
branches: [3.3.x]
88
release:
99
types: [published]
1010

.github/workflows/linuxjs-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Linux JS Tests
22

33
on:
44
push:
5-
branches: [3.2.x]
5+
branches: [3.3.x]
66
pull_request:
7-
branches: [3.2.x]
7+
branches: [3.3.x]
88
release:
99
types: [published]
1010

.github/workflows/linuxtests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Linux Tests
22

33
on:
44
push:
5-
branches: [3.2.x]
5+
branches: [3.3.x]
66
pull_request:
7-
branches: [3.2.x]
7+
branches: [3.3.x]
88
release:
99
types: [published]
1010

.github/workflows/macostests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: macOS Tests
22

33
on:
44
push:
5-
branches: [3.2.x]
5+
branches: [3.3.x]
66
pull_request:
7-
branches: [3.2.x]
7+
branches: [3.3.x]
88
release:
99
types: [published]
1010

.github/workflows/windowstests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Windows Tests
22

33
on:
44
push:
5-
branches: [3.2.x]
5+
branches: [3.3.x]
66
pull_request:
7-
branches: [3.2.x]
7+
branches: [3.3.x]
88
release:
99
types: [published]
1010

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ jupyter lab build # Build the app dir assets (optional)
6868
Start up JupyterLab using:
6969

7070
```bash
71-
mkdir -p /data/notebooks
72-
jupyter lab --dev-mode --watch --allow-root --no-browser --notebook-dir=/data/notebooks --ip=0.0.0.0
71+
jupyter lab --dev-mode --watch --allow-root --no-browser --ip=0.0.0.0
7372
```
7473

7574
JupyterLab will open automatically in the browser. See the [documentation](http://jupyterlab.readthedocs.io/en/3.3.x/getting_started/starting.html) for additional details.
Lines changed: 6 additions & 13 deletions
Loading
Lines changed: 4 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)