File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Dieser Selbstlernkurs soll angehende Bibliotheks- und Informationswissenschaftler\* innen (insbesondere im [ weiterbildenden Masterstudiengang Bibliotheks- und Informationswissenschaft im Fernstudium an der Humboldt-Universität zu Berlin] ( https://www.ibi.hu-berlin.de/de/studium/studiengaenge/fernstudium ) ) befähigen kleinere Programmieraufgaben mit bibliothekarischen Daten umzusetzen und besser auf Gespräche mit Personen aus den IT-Abteilungen ihrer Einrichtungen vorbereitet zu sein.
44
5+ ## Upgrading Python packages
6+
7+ ``` console
8+ $ echo " jupyter-book" | uv pip compile - -o requirements.txt --upgrade-package jupyter-book
9+ ```
10+
Original file line number Diff line number Diff line change 1+ # This file was autogenerated by uv via the following command:
2+ # uv pip compile - -o requirements.txt
3+ anyio == 4.12.0
4+ # via jupyter-server
5+ appnope == 0.1.4
6+ # via ipykernel
7+ argon2-cffi == 25.1.0
8+ # via jupyter-server
9+ argon2-cffi-bindings == 25.1.0
10+ # via argon2-cffi
11+ arrow == 1.4.0
12+ # via isoduration
13+ asttokens == 3.0.1
14+ # via stack-data
15+ attrs == 25.4.0
16+ # via
17+ # jsonschema
18+ # referencing
19+ beautifulsoup4 == 4.14.3
20+ # via nbconvert
21+ bleach == 6.3.0
22+ # via nbconvert
23+ cffi == 2.0.0
24+ # via argon2-cffi-bindings
25+ comm == 0.2.3
26+ # via ipykernel
27+ debugpy == 1.8.19
28+ # via ipykernel
29+ decorator == 5.2.1
30+ # via ipython
31+ defusedxml == 0.7.1
32+ # via nbconvert
33+ executing == 2.2.1
34+ # via stack-data
35+ fastjsonschema == 2.21.2
36+ # via nbformat
37+ fqdn == 1.5.1
38+ # via jsonschema
39+ idna == 3.11
40+ # via
41+ # anyio
42+ # jsonschema
43+ ipykernel == 7.1.0
44+ # via jupyter-book
45+ ipython == 9.8.0
46+ # via ipykernel
47+ ipython-pygments-lexers == 1.1.1
48+ # via ipython
49+ isoduration == 20.11.0
50+ # via jsonschema
51+ jedi == 0.19.2
52+ # via ipython
53+ jinja2 == 3.1.6
54+ # via
55+ # jupyter-server
56+ # nbconvert
57+ jsonpointer == 3.0.0
58+ # via jsonschema
59+ jsonschema == 4.25.1
60+ # via
61+ # jupyter-events
62+ # nbformat
63+ jsonschema-specifications == 2025.9.1
64+ # via jsonschema
165jupyter-book == 2.1.0
2- jupyterlab
3- ipywidgets
4- jupyterquiz
5- numpy
66+ jupyter-client == 8.7.0
67+ # via
68+ # ipykernel
69+ # jupyter-server
70+ # nbclient
71+ jupyter-core == 5.9.1
72+ # via
73+ # ipykernel
74+ # jupyter-book
75+ # jupyter-client
76+ # jupyter-server
77+ # nbclient
78+ # nbconvert
79+ # nbformat
80+ jupyter-events == 0.12.0
81+ # via jupyter-server
82+ jupyter-server == 2.17.0
83+ # via jupyter-book
84+ jupyter-server-terminals == 0.5.3
85+ # via jupyter-server
86+ jupyterlab-pygments == 0.3.0
87+ # via nbconvert
88+ lark == 1.3.1
89+ # via rfc3987-syntax
90+ markupsafe == 3.0.3
91+ # via
92+ # jinja2
93+ # nbconvert
94+ matplotlib-inline == 0.2.1
95+ # via
96+ # ipykernel
97+ # ipython
98+ mistune == 3.1.4
99+ # via nbconvert
100+ nbclient == 0.10.2
101+ # via nbconvert
102+ nbconvert == 7.16.6
103+ # via jupyter-server
104+ nbformat == 5.10.4
105+ # via
106+ # jupyter-server
107+ # nbclient
108+ # nbconvert
109+ nest-asyncio == 1.6.0
110+ # via ipykernel
111+ nodeenv == 1.9.1
112+ # via jupyter-book
113+ packaging == 25.0
114+ # via
115+ # ipykernel
116+ # jupyter-events
117+ # jupyter-server
118+ # nbconvert
119+ pandocfilters == 1.5.1
120+ # via nbconvert
121+ parso == 0.8.5
122+ # via jedi
123+ pexpect == 4.9.0
124+ # via ipython
125+ platformdirs == 4.5.1
126+ # via
127+ # jupyter-book
128+ # jupyter-core
129+ prometheus-client == 0.23.1
130+ # via jupyter-server
131+ prompt-toolkit == 3.0.52
132+ # via ipython
133+ psutil == 7.1.3
134+ # via ipykernel
135+ ptyprocess == 0.7.0
136+ # via
137+ # pexpect
138+ # terminado
139+ pure-eval == 0.2.3
140+ # via stack-data
141+ pycparser == 2.23
142+ # via cffi
143+ pygments == 2.19.2
144+ # via
145+ # ipython
146+ # ipython-pygments-lexers
147+ # nbconvert
148+ python-dateutil == 2.9.0.post0
149+ # via
150+ # arrow
151+ # jupyter-client
152+ python-json-logger == 4.0.0
153+ # via jupyter-events
154+ pyyaml == 6.0.3
155+ # via jupyter-events
156+ pyzmq == 27.1.0
157+ # via
158+ # ipykernel
159+ # jupyter-client
160+ # jupyter-server
161+ referencing == 0.37.0
162+ # via
163+ # jsonschema
164+ # jsonschema-specifications
165+ # jupyter-events
166+ rfc3339-validator == 0.1.4
167+ # via
168+ # jsonschema
169+ # jupyter-events
170+ rfc3986-validator == 0.1.1
171+ # via
172+ # jsonschema
173+ # jupyter-events
174+ rfc3987-syntax == 1.1.0
175+ # via jsonschema
176+ rpds-py == 0.30.0
177+ # via
178+ # jsonschema
179+ # referencing
180+ send2trash == 1.8.3
181+ # via jupyter-server
182+ six == 1.17.0
183+ # via
184+ # python-dateutil
185+ # rfc3339-validator
186+ soupsieve == 2.8
187+ # via beautifulsoup4
188+ stack-data == 0.6.3
189+ # via ipython
190+ terminado == 0.18.1
191+ # via
192+ # jupyter-server
193+ # jupyter-server-terminals
194+ tinycss2 == 1.4.0
195+ # via bleach
196+ tornado == 6.5.4
197+ # via
198+ # ipykernel
199+ # jupyter-client
200+ # jupyter-server
201+ # terminado
202+ traitlets == 5.14.3
203+ # via
204+ # ipykernel
205+ # ipython
206+ # jupyter-client
207+ # jupyter-core
208+ # jupyter-events
209+ # jupyter-server
210+ # matplotlib-inline
211+ # nbclient
212+ # nbconvert
213+ # nbformat
214+ typing-extensions == 4.15.0
215+ # via beautifulsoup4
216+ tzdata == 2025.3
217+ # via arrow
218+ uri-template == 1.3.0
219+ # via jsonschema
220+ wcwidth == 0.2.14
221+ # via prompt-toolkit
222+ webcolors == 25.10.0
223+ # via jsonschema
224+ webencodings == 0.5.1
225+ # via
226+ # bleach
227+ # tinycss2
228+ websocket-client == 1.9.0
229+ # via jupyter-server
You can’t perform that action at this time.
0 commit comments