jupyterlab / extension-examples

JupyterLab Extensions by Examples
BSD 3-Clause "New" or "Revised" License
439 stars 167 forks source link

how to build my plugin after developing #259

Closed eeeeeeeason closed 7 months ago

eeeeeeeason commented 7 months ago

Hello, I'm delighted to utilize this repository for plugin development. I've successfully completed the process in development mode.

problem

I noticed that the documentation does not explicitly detail how to deploy the plugin in a production environment.So far, I've written a setup.py script to package the plugin into a .whl format. However, after installing it, the plugin cannot be detected. If possible, could you please offer some guidance or suggestions on handling this issue? Your help would be greatly appreciated.

Best regards, eason

welcome[bot] commented 7 months ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

eeeeeeeason commented 7 months ago

https://jupyterlab.readthedocs.io/en/latest/extension/extension_tutorial.html#packaging-your-extension