Gentoo Archives: gentoo-user

From: "Valmor F. de Almeida" <val.gentoo@×××××.com>
To: "Andreas K. Huettel" <dilfridge@g.o>, gentoo-user@l.g.o
Subject: [SOLVED] Re: [gentoo-user] jupyter notebook 500 : Internal Server Error
Date: Sun, 28 Jun 2020 05:33:54
Message-Id: d57e7301-875c-87cd-f3fb-4515990192a0@gmail.com
In Reply to: Re: [gentoo-user] jupyter notebook 500 : Internal Server Error by "Andreas K. Huettel"
1 On 6/26/20 10:08 AM, Andreas K. Huettel wrote:
2 > Am Donnerstag, 25. Juni 2020, 22:13:46 CEST schrieb Valmor de Almeida:
3 >> Hello,
4 >> I had to enable ~amd64 to emerge jupyter so I know this is bound for
5 >> problems. However, anyone there able to use jupyter notebooks in
6 >> gentoo?
7 >> No matter what notebook I try to open, I get the internal server error.
8 >> Thank you.
9 > Try updating dev-python/nbconvert to a version newer than the stable one.
10 >
11 > You probably did this the same way as me, keywording only what was really
12 > necessary on an otherwise stable system. Problem is, notebooks have an
13 > internal versioning, and nbconvert-5.2 doesn't support recent versions
14 > anymore. After updating nbconvert things worked fine for me.
15 >
16 > (Time to fix this, I know, but there's only so many hours in the day...)
17 >
18 Thank you. It worked!
19
20 --
21
22 Vamor
23
24 Here is some info for reference:
25
26 *  dev-python/jupyter
27       Latest version available: 1.0.0-r2
28       Latest version installed: 1.0.0-r2
29       Size of files: 15 KiB
30       Homepage:      https://jupyter.org
31       Description:   Jupyter metapackage. Install all the Jupyter
32 components in one go
33       License:       BSD
34
35 *  dev-python/jupyter_client
36       Latest version available: 5.2.3-r1
37       Latest version installed: 5.2.3-r1
38       Size of files: 266 KiB
39       Homepage:      https://jupyter.org
40       Description:   Jupyter protocol implementation and client libraries
41       License:       BSD
42
43 *  dev-python/jupyter_console
44       Latest version available: 6.1.0
45       Latest version installed: 6.1.0
46       Size of files: 28 KiB
47       Homepage:      https://jupyter.org
48       Description:   A terminal-based console frontend for Jupyter kernels
49       License:       BSD
50
51 *  dev-python/jupyter_core
52       Latest version available: 4.6.1-r1
53       Latest version installed: 4.6.1-r1
54       Size of files: 66 KiB
55       Homepage:      https://jupyter.org
56       Description:   Core common functionality of Jupyter projects
57       License:       BSD
58
59 *  dev-python/nbconvert
60       Latest version available: 5.6.1
61       Latest version installed: 5.5.0
62       Size of files: 687 KiB
63       Homepage:      https://nbconvert.readthedocs.io/
64       Description:   Converting Jupyter Notebooks
65       License:       BSD
66
67 /etc/portage/package.accept_keywords/jupyter
68
69 dev-python/jupyter ~amd64
70 dev-python/jupyter_console ~amd64
71 dev-python/nbconvert ~amd64
72
73 /etc/portage/package.use/jupyter
74
75 net-libs/zeromq drafts
76 dev-python/PyQt5 gui svg widgets
77 x11-libs/libxkbcommon X
78 dev-libs/libpcre pcre16
79 dev-libs/libpcre2 pcre16
80
81 emerge jupyter
82
83 emerge =nbconvert-5.5.0