Forum Discussion
Protecting or hiding the code of a notebook
- 3 months ago
Hi pmscorca,
Yes as an alternative approach, you can create a proprietary python custom library and call it from the notebook. This helps to reduce direct exposure of the core code since notebook users will only see the function calls rather than the underlying code.
Currently, fabric does not provide a built in feature to hide or encrypt notebook code from the users who have access to the notebook.
Your submitted idea is valuable feedback for improving IP protection capabilities in fabric notebooks.
Thanks and regards,
Anjan Kumar Chippa
Hi,
as an alternative is it possible to create a proprietary Python custom library to call inside a notebook?
Thanks
- v-achippa3 months ago
Community Support
Hi pmscorca,
Yes as an alternative approach, you can create a proprietary python custom library and call it from the notebook. This helps to reduce direct exposure of the core code since notebook users will only see the function calls rather than the underlying code.
Currently, fabric does not provide a built in feature to hide or encrypt notebook code from the users who have access to the notebook.
Your submitted idea is valuable feedback for improving IP protection capabilities in fabric notebooks.
Thanks and regards,
Anjan Kumar Chippa