Skip to content

Commit

Permalink
Atualizando arquivos en/install_remote.md e pt/instala_remoto.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cfbastarz committed Dec 15, 2023
1 parent 6656ae7 commit 28c756b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/en/install_remote.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The Ilopolis machine has a Jupyter server that can be used to run readDiag. This

!!! note "Note"

By creating the environment, the `readDiag` will be installed automatically.
By creating the environment, the `readDiag` will be installed automatically. It is important to note that by running `pip install -e .`, the readDiag released version of readDiag from PyPi will be uninstalled, and the repository version will be installed in edit (or development) mode. This way, modifications made to the code will be readly available without the need to reinstall the package.

3. Install the readDiag environment kernel within Jupyter:

Expand Down Expand Up @@ -106,6 +106,7 @@ To use readDiag on Egeon, follow the instructions below:
```bash linenums="1"
jupyter-notebook --ip='*' --NotebookApp.token='' --NotebookApp.password='' --no-browser
```

4. On your computer, run the following command to open Jupyter locally - where `localhost:XXXX` should be a port on your computer, e.g., `localhost:8820`:

```bash linenums="1"
Expand Down
1 change: 1 addition & 0 deletions docs/pt/instala_remoto.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Para utilizar o readDiag na Egeon, siga as instruções a seguir:
```bash linenums="1"
jupyter-notebook --ip='*' --NotebookApp.token='' --NotebookApp.password='' --no-browser
```

4. No seu computador, execute o comando a seguir para abrir o Jupyter localmente - onde `localhost:XXXX` deve ser uma porta no seu computador, e.g., `localhost:8820`:

```bash linenums="1"
Expand Down

0 comments on commit 28c756b

Please sign in to comment.