cancel
Showing results for 
Search instead for 
Did you mean: 
Philblakeman
New Contributor III
since ‎11-21-2022
‎06-26-2023

User Stats

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 5 Kudos received

User Activity

I'd like to %run a list of notebooks from another Databricks notebook.my_notebooks = ["./setup", "./do_the_main_thing", "./check_results"] for notebook in my_notebooks: %run notebookThis doesn't work ofcourse. I don't want to use dbutils.notebook....
Kudos from