Skip to content

Commit 4a2ecae

Browse files
committed
Redirect using ServerApp io NotebookApp
1 parent 0555a6b commit 4a2ecae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_partials/es/win_jupyter.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Ahora edita el archivo de configuración de Jupyter generado:
1717
Localiza la siguiente línea en el archivo de configuración:
1818

1919
``` python
20-
# c.NotebookApp.use_redirect_file = True
20+
# c.ServerApp.use_redirect_file = True
2121
```
2222

2323
Y reemplázala por éste **precisamente** 👇 (incluyendo la eliminación del símbolo `#`)
2424

2525
``` python
26-
c.NotebookApp.use_redirect_file = False
26+
c.ServerApp.use_redirect_file = False
2727
```
2828

2929
Intenta usar Jupyter:

_partials/win_jupyter.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ We will now edit the generated Jupyter configuration file:
1616
Locate the following line in the configuration file:
1717

1818
``` python
19-
# c.NotebookApp.use_redirect_file = True
19+
# c.ServerApp.use_redirect_file = True
2020
```
2121

2222
And replace it with this one **precisely** 👇 (including removing the `#` symbol)
2323

2424
``` python
25-
c.NotebookApp.use_redirect_file = False
25+
c.ServerApp.use_redirect_file = False
2626
```
2727

2828
Let's try to run Jupyter:

0 commit comments

Comments
 (0)