jupyter / services

This repository is deprecated. It has been moved to https://github.com/jupyterlab/jupyterlab as a sub-package
BSD 3-Clause "New" or "Revised" License
72 stars 45 forks source link

_jupyterlab_services__WEBPACK_IMPORTED_MODULE_7__.Kernel.startNew is not a function #323

Open Taiki92777 opened 3 years ago

Taiki92777 commented 3 years ago

can't use @jupyterlab/services. I want to use Binder server using @jupyterlab, and saw spacy docs. When I tried Kernel.startNew(), error came up.

can somebody teach me how to connect binder kernel from nextjs front using jupyterlab?

vidartf commented 3 years ago

Note that this repo is deprecated (it should probably be archived) and the code now lives here; https://github.com/jupyterlab/jupyterlab/tree/master/packages/services . Please open any issues you need there.