Replies: 1 comment 1 reply
-
There's been some discussion of having a "configuration" file that if it exists in the same directory as a notebook, it would be run automatically when the kernel is started. (This file would be a .dib which would be run using |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I've written a new Language Kernel to support the XSharp Language (www.xsharp.eu) in order to provide some learning content for new comers.
Currently, in the beginning of each Notebook, I have a coding cell that contains the loading of the XSharpInteractive Nuget package :
#r "nuget:XSharpInteractive,1.0.0"
It would be great if we can have a setting (or something) to do automatically.
Or maybe it already exists and I've missed it ?
Beta Was this translation helpful? Give feedback.
All reactions