| ... | @@ -24,7 +24,7 @@ |
... | @@ -24,7 +24,7 @@ |
|
|
fidlehub/fidle latest [...] 6.32GB
|
|
fidlehub/fidle latest [...] 6.32GB
|
|
|
|
|
|
|
|
|
|
|
|
|
## 2 - Run your fidle container
|
|
## 2 - Create your fidle container
|
|
|
```
|
|
```
|
|
|
$ docker run -i -p 8888:8888 --name fidle fidlehub/fidle:latest
|
|
$ docker run -i -p 8888:8888 --name fidle fidlehub/fidle:latest
|
|
|
```
|
|
```
|
| ... | @@ -34,12 +34,12 @@ Where: <br> `--name fidle` is used to give a name of your choice to your contain |
... | @@ -34,12 +34,12 @@ Where: <br> `--name fidle` is used to give a name of your choice to your contain |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 3 - To start your fidle container
|
|
## 3 - Open your jupyter lab
|
|
|
- Copy the URL printed on screen beginning with `http://127.0.0.1:8888/?token`...
|
|
- Copy the URL printed on screen beginning with `http://127.0.0.1:8888/?token`...
|
|
|
- Open a Web Browser and paste the URL
|
|
- Open a Web Browser and paste the URL
|
|
|
- Jupyterlab for fidle should be there ! <br>
|
|
- Jupyterlab for fidle should be there ! <br>
|
|
|
|
|
|
|
|
## 4 - To stop your fidle container, you can :**
|
|
## 4 - To stop your jupyter, you can :**
|
|
|
|
|
|
|
|
- In Jupyter lab menu : "File"/"Shutdown"
|
|
- In Jupyter lab menu : "File"/"Shutdown"
|
|
|
- On the Unix console/Terminal you launched Fidle Jupyterlab: <br>
|
|
- On the Unix console/Terminal you launched Fidle Jupyterlab: <br>
|
| ... | |
... | |
| ... | | ... | |