cancel
Showing results for 
Search instead for 
Did you mean: 
Machine Learning
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

mbejarano89
by New Contributor III
  • 2002 Views
  • 6 replies
  • 1 kudos

Run a Databricks notebook from another notebook with ipywidget

0I am trying to run a notebook from another notebook using the dbutils.notebook.run as follows:import ipywidgets as widgetsfrom ipywidgets import interactfrom ipywidgets import Boxbutton = widgets.Button(description='Run model')out = widgets.Output()...

  • 2002 Views
  • 6 replies
  • 1 kudos
Latest Reply
Sreekanth_N
New Contributor II
  • 1 kudos

As I could see the pyspark stream is not supporting this setContext, ideally it should have alternative approach. please suggest what is approach where pyspark stream is internally calling to another notebook parallel

  • 1 kudos
5 More Replies
Labels