mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
Auto-update README
This commit is contained in:
parent
37728a504c
commit
5f6da7d672
2 changed files with 0 additions and 66 deletions
33
README.md
33
README.md
|
@ -27,39 +27,6 @@ JupyterLab is the next-generation user interface for Project Jupyter offering al
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Disclaimers / important information
|
|
||||||
|
|
||||||
## Updating configuration files
|
|
||||||
|
|
||||||
Install the new version of the app with:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing
|
|
||||||
```
|
|
||||||
|
|
||||||
Navigate to the installation path (`/opt/jupyterlab` by default), and run :
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pipenv shell
|
|
||||||
```
|
|
||||||
|
|
||||||
You are now in the virtual environment of jupyterlab. You can execute these two commands:
|
|
||||||
|
|
||||||
- To generate the `jupyterhub_config.py` file:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
jupyterhub --generate-config
|
|
||||||
```
|
|
||||||
|
|
||||||
- To generate the `jupyter_notebook_config.py` file:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
jupyter notebook --generate-config
|
|
||||||
cp $HOME/.jupyter/jupyter_notebook_config.py ./
|
|
||||||
```
|
|
||||||
|
|
||||||
You can now update the old template files with the new one.
|
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://jupyter.org>
|
* Official app website: <https://jupyter.org>
|
||||||
|
|
33
README_fr.md
33
README_fr.md
|
@ -27,39 +27,6 @@ JupyterLab is the next-generation user interface for Project Jupyter offering al
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Avertissements / informations importantes
|
|
||||||
|
|
||||||
## Updating configuration files
|
|
||||||
|
|
||||||
Install the new version of the app with:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing
|
|
||||||
```
|
|
||||||
|
|
||||||
Navigate to the installation path (`/opt/jupyterlab` by default), and run :
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pipenv shell
|
|
||||||
```
|
|
||||||
|
|
||||||
You are now in the virtual environment of jupyterlab. You can execute these two commands:
|
|
||||||
|
|
||||||
- To generate the `jupyterhub_config.py` file:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
jupyterhub --generate-config
|
|
||||||
```
|
|
||||||
|
|
||||||
- To generate the `jupyter_notebook_config.py` file:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
jupyter notebook --generate-config
|
|
||||||
cp $HOME/.jupyter/jupyter_notebook_config.py ./
|
|
||||||
```
|
|
||||||
|
|
||||||
You can now update the old template files with the new one.
|
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://jupyter.org>
|
* Site officiel de l’app : <https://jupyter.org>
|
||||||
|
|
Loading…
Add table
Reference in a new issue