jupyter-plotly-dash icon indicating copy to clipboard operation
jupyter-plotly-dash copied to clipboard

JupyterLab3 support

Open d-vasilev opened this issue 3 years ago • 0 comments

With the release of JupyterLab3 a new jupyter_server app has been introduced which is currently not supported by the package. More details available here https://stackoverflow.com/questions/67797152/what-is-the-difference-between-jupyter-notebook-and-jupyter-server

The proposed PR introduces support for both jupyter_notebook (existing one) and jupyter_server (new one). Which of them is used is detected by the web_app type provided to the extension loader. Handler class definitions and Kernel handlers updates are moved within do_load_jupyter_server_extension for maximum code reuse for the both cases.

Additionally jupyter_server configuration is added to setup.py

d-vasilev avatar Jan 16 '22 08:01 d-vasilev