jupyter Notebook "show contextual Help" startet nicht mit ctr+I

Probleme bei der Installation?
Antworten
dev/null
User
Beiträge: 2
Registriert: Dienstag 20. April 2021, 19:07

Grüßt Euch werte Python Gemeinde,

das halbe i-net durchforstet und mit der Suchfunktion hier auf der website auch nichts gefunden, daher mal eine Frage in die Runde.
Als Neuling in der Programmierung wäre mir beim Notebook mit "Show Contextual Help" sehr geholfen um die vorhandenen Möglichkeiten zu sehen.
Auf Windows läuft das Anstandslos mit ctrl+I aber unter Linux Debian 10 Python 3.9 Notebook 6.3 will es einfach nicht funktionieren.
Unter Help im Notebook ist es auch nicht zu finden wie es beschrieben wird, wird noch eine Erweiterung benötigt, wenn, darüber habe ich auch nichts gefunden.
Irgendwie stehe ich seit Stunden komplett auf dem Schlauch.

Vielen Dank für jede Unterstützung

gruß dev/null

https://pabloinsente.github.io/intro-jupyter-ide

A second Notebook tool to remember commands and methods is the “Contextual Help”. The contextual help is activated by clicking on “Help” in the top bar menu, and selecting “Show Contextual Help”, or wit the Ctrl + I shortcut. The Contextual Help will open as a new tab, so you can rearrange your workspace to have the Contextual Help tab side by side your Notebook. Contextual Help works by searching the documentation for a function when you select it. Keep in mind it won’t work for all functions.
narpfel
User
Beiträge: 643
Registriert: Freitag 20. Oktober 2017, 16:10

Moin,

das Contextual-Help-Ding scheint ein Jupyter-Lab-Feature zu sein, du schreibst aber von Notebooks? Was benutzt du unter Windows und Linux jeweils?
dev/null
User
Beiträge: 2
Registriert: Dienstag 20. April 2021, 19:07

narpfel,

Danke, genau das war es.
Als Anfänger für Python gibt es soviele Module ....
genau das war es
mit einem
pip install jupyterlab in der linux console lief dann alles mit
jupyterlab aufgerufen in der konsole eins A :)

Danke !!
Antworten