File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ Ahora edita el archivo de configuración de Jupyter generado:
17
17
Localiza la siguiente línea en el archivo de configuración:
18
18
19
19
``` python
20
- # c.NotebookApp .use_redirect_file = True
20
+ # c.ServerApp .use_redirect_file = True
21
21
```
22
22
23
23
Y reemplázala por éste ** precisamente** 👇 (incluyendo la eliminación del símbolo ` # ` )
24
24
25
25
``` python
26
- c.NotebookApp .use_redirect_file = False
26
+ c.ServerApp .use_redirect_file = False
27
27
```
28
28
29
29
Intenta usar Jupyter:
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ We will now edit the generated Jupyter configuration file:
16
16
Locate the following line in the configuration file:
17
17
18
18
``` python
19
- # c.NotebookApp .use_redirect_file = True
19
+ # c.ServerApp .use_redirect_file = True
20
20
```
21
21
22
22
And replace it with this one ** precisely** 👇 (including removing the ` # ` symbol)
23
23
24
24
``` python
25
- c.NotebookApp .use_redirect_file = False
25
+ c.ServerApp .use_redirect_file = False
26
26
```
27
27
28
28
Let's try to run Jupyter:
You can’t perform that action at this time.
0 commit comments