Some ideas from Polyglot Notebook #38
Closed
sheng-jie
started this conversation in
Feature Requests
Replies: 1 comment 8 replies
-
|
Thanks for this feature request, it'll be part of the next release. In addition to .verso, .ipynb, and .dib the following source file extensions can be imported: .cs, .csx, .fs, .fsx, .py, .ps1, .psm1, .js, .mjs, .ts, .tsx, .sql |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
First, thank you for all your hard work in providing the community with an alternative to Polyglot Notebooks.
The attached file demonstrates how I typically use Polyglot Notebooks. Please see if it can be supported. If so, that would be even better.
demo.zip
I prefer defining helper classes within a C# (.cs) file to handle in Polyglot Notebook:
In the actual Polyglot Notebook, I simply import this CS file. This approach allows for the unified management of packages and the consistent execution of helper classes.
In the latest version of Verso, specifically regarding the import of .verso files, I tried to define unified packages and classes within the file. However, the package imports are actually unsuccessful.
Additionally, within the same cell, if I include both the import code and other logic, any code following the import statement is not executed.
Beta Was this translation helpful? Give feedback.
All reactions