Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d969204

Browse files
committed
Merge branch 'master' of github.com:yitzchak/common-lisp-jupyter
2 parents bdbbf49 + 7a7a916 commit d969204

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
pip install dist/pytest_jupyter_kernel-0.1.0-py3-none-any.whl
7171
7272
- name: Checkout repository
73-
uses: actions/checkout@v3
73+
uses: actions/checkout@v4
7474

7575
- name: Download Quicklisp
7676
run: |

‎debugger-restarts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"devDependencies": {
4343
"@jupyterlab/builder": "^4.0.1",
4444
"@typescript-eslint/eslint-plugin": "^6.3.0",
45-
"@typescript-eslint/parser": "^4.8.1",
45+
"@typescript-eslint/parser": "^6.7.0",
4646
"eslint": "^8.26.0",
47-
"eslint-config-prettier": "^6.15.0",
47+
"eslint-config-prettier": "^9.0.0",
4848
"eslint-plugin-prettier": "^5.0.0",
4949
"npm-run-all": "^4.1.5",
5050
"prettier": "^3.0.1",

‎docs/install.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ is installed add common-lisp-jupyter via `(ql:quickload :common-lisp-jupyter)`.
9292
`(ql:update-dist "quicklisp")` inside a `ros run` shell to resolve package
9393
conflicts.
9494

95-
- Add the PATH in the initialization file (such as `~/.bashrc`)
95+
- Add the PATH in the initialization file (such as `~/.bashrc`- if using `jupyter-hub`, see **note** below)
9696
```sh
9797
export PATH=$PATH:~/.roswell/bin
9898
```
@@ -102,6 +102,18 @@ export PATH=$PATH:~/.roswell/bin
102102
ros install common-lisp-jupyter
103103
```
104104

105+
**note:** if using jupyter-hub's default set-up:
106+
* You must run the `ros install common-lisp-jupyter` command for each user who will use lisp.
107+
* Edit `/home/${USER}/.local/share/jupyter/kernels/common-lisp/kernel.json`, adding:
108+
109+
```json
110+
"env": {
111+
"PATH": "${PATH}:${HOME}/.roswell/bin"
112+
}
113+
```
114+
115+
so that jupyter-lab can find the lisp binaries. Note: `~/.roswell/bin` will not expand properly.
116+
105117
### Running common-lisp-jupyter
106118

107119
common-lisp-jupyter may be run from a local installation in console mode by the

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /