You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
I've experienced some problems with the "folder"/"archive" models for workbooks.
My setup is that I'm using workbooks for tutorials.
As part of this I would like several workbooks to share a shared.csx script
However, when I use #load "shared.csx" then Xamarin workbooks insists on making a folder and taking a local copy of shared.csx - which means that the script is not longer really shared.
Is there any way to prevent this from happening?
If not, would you accept a PR that added "flat file" an option in this list:
(maybe linked to my hopefully-soon-to-come PR for #189?)
I've experienced some problems with the "folder"/"archive" models for workbooks.
My setup is that I'm using workbooks for tutorials.
As part of this I would like several workbooks to share a
shared.csxscriptHowever, when I use
#load "shared.csx"then Xamarin workbooks insists on making a folder and taking a local copy ofshared.csx- which means that the script is not longer really shared.Is there any way to prevent this from happening?
If not, would you accept a PR that added "flat file" an option in this list:
(maybe linked to my hopefully-soon-to-come PR for #189?)