eWaterCycle / infra

Instructions for system administrators to deploy the eWaterCycle platform
Apache License 2.0
0 stars 0 forks source link

Install jupyterlab_code_formatter Jupyter lab extension #44

Closed sverhoeven closed 4 years ago

sverhoeven commented 4 years ago

Fixes #37

sverhoeven commented 4 years ago

By default black is used as formatter.

sverhoeven commented 4 years ago

The latest @ryantam626/jupyterlab_code_formatter@1.2.2 conflicts with the installed JupyterLab.

I tried all the releases of the formatter and they all conflict.

So to install I need to upgrade the installed JupyterLab and all the other installed extensions and their dependencies. This also includes my jupyterlab_thredds extension which will need to be updated.

sverhoeven commented 4 years ago

Tested on vagrant machine.

After PR merge need deployment to jupyter.ewatercycle.org machine.

sverhoeven commented 4 years ago

good idea will try to install linter as well

sverhoeven commented 4 years ago

Tried to install jupyterlab-flake8 , but did not work on Vagrant due to Error during WebSocket handshake: Unexpected response code: 302. Created https://github.com/eWaterCycle/infra/issues/57 to solve later.