Anybody knows that can we import a variable or fun...
# datascience
k
Anybody knows that can we import a variable or functions from one notebook into another notebook?
a
Please use #C05333T208Y for notebook-specific questions.
j
But if you're still wondering, no you cannot. This is by design. What you cán do, however, is let your notebook use your normal Kotlin project as its dependency. That way, you can have a single source of truth, containing functions, constants, etc. and let multiple notebooks access it.