mamba-org / gator

Conda environment and package management extension from within Jupyter
Other
260 stars 30 forks source link

Create a simple server for the navigator #92

Open fcollonval opened 4 years ago

fcollonval commented 4 years ago

Description

Currently the navigator is built on top of a JupyterLab server. This is not a good idea as it brings endpoints for kernels, content management, terminal,... . We should build on top of a simple server.

jtpio commented 4 years ago

A simple server should indeed be enough :+1:

There were some ideas of being able to build environments using the navigator in a visual manner, but this will probably not require kernels or terminals.