Considering the upcoming deprecation of jupyter labextension
for installing extension available on registry as well as custom user extensions what are some of the recommended ways I should use to migrate extension installation and make it ready for next major version (5.0)
I have custom labextension that I install for my notebooks and uptil now I am using jupyter labextension install
.
I currently don’t want to make that extension public so I am not planning to publish it on registry so any other solution would be really helpful.
Thanks