i2group / notebook-sdk

Create plug-ins that expand and enhance the functionality of the i2 Notebook web client by using the i2 Notebook SDK. The SDK is comprised of documentation, tools, and sample code.
https://i2group.github.io/notebook-sdk/
MIT License
4 stars 1 forks source link

How to package a plugin for the Analysis Studio container #2

Closed stvdo closed 1 year ago

stvdo commented 1 year ago

Good morning,

The plugin is running perfectly now. I am missing the instructions to package the plugin so that it can be used in the docker container of Analysis Studio. For the connectors it's descripted in detail, https://i2group.github.io/analyze-connect-node-sdk/guide/distribute-connector.html.

I see the folder i2a-plugins and the plugin-references.json but have no idea what to put where.

Kind regards, Steven

Anthony-Johnson-i2 commented 1 year ago

Hi @sdorresteijn88 (Steven)

I had a chat with one of our containers team and there is no packaging needed like you have with connectors, you just provide the plugin files.

This is the page in the analyze-containers documentation that explains things.

Adding Plugins to your development environment

Cheers

stvdo commented 1 year ago

Thank you very much!