Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] jupyterlab doesn't work out of the box
@ 2022-02-01 12:53 tornaria
  2022-02-01 13:56 ` dkwo
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: tornaria @ 2022-02-01 12:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 949 bytes --]

New issue by tornaria on void-packages repository

https://github.com/void-linux/void-packages/issues/35341

Description:
### Steps to reproduce the behavior

1. install package `jupyterlab`
2. run `jupyter-lab` in a terminal (as a regular user fwiw)
3. an error pops up both in the terminal and in a browser:
```
[E 2022-02-01 09:38:05.353 LabApp] JupyterLab application assets not found in "/usr/share/jupyter/lab"
[E 2022-02-01 09:38:05.353 LabApp] Please run `jupyter lab build` or use a different app directory
```

I was able to workaround by creating my own app directory as follows:
```
$ mkdir ~/lab
$ jupyter lab build --app-dir=~/lab
```
and then run jupyter lab as
```
$ jupyter lab --app-dir=~/lab
```

Beware: this will take some time and bring up (download I guess?) ~400M of nodejs stuff. I'm not sure one would want to ship that inside the xbps, maybe give some warning or instructions to the user?

Cc: @dkwo

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-02-02 20:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-01 12:53 [ISSUE] jupyterlab doesn't work out of the box tornaria
2022-02-01 13:56 ` dkwo
2022-02-01 14:03 ` dkwo
2022-02-01 14:43 ` tornaria
2022-02-01 16:27 ` dkwo
2022-02-01 16:54 ` ahesford
2022-02-02 10:12 ` dkwo
2022-02-02 20:25 ` [ISSUE] [CLOSED] " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).