ipynb vs dib - secrets and SCM reading file #2001
-
When using ipynb format the output is stored within the notebook which may contains secrets, connection strings, etc. When using dib format it looks that's not the case which is better for me, I don't want secrets in source control. The issue with dib is Azure DevOps doesn't display dib files as text. Is there a workaround for this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Currently, no, although we've discussed adding support for a Markdown format like R Markdown or the Try .NET Markdown format. Another approach that can be used to keep secrets out of your notebook was just released today so there's no documentation for it yet, but you can give it a try if you're using VS Code. |
Beta Was this translation helpful? Give feedback.
Currently, no, although we've discussed adding support for a Markdown format like R Markdown or the Try .NET Markdown format.
Another approach that can be used to keep secrets out of your notebook was just released today so there's no documentation for it yet, but you can give it a try if you're using VS Code.