On Azure ML, how to import another jupyter notebook from a notebook?

Myong Rae Chang 6 Reputation points
2021-12-24T04:54:04.83+00:00

I'm working on Azure ML and want to import another jupyter notebook from a notebook.

Thank you.

Azure Machine Learning
{count} vote

1 answer

Sort by: Most helpful
  1. romungi-MSFT 49,096 Reputation points Microsoft Employee Moderator
    2021-12-24T11:11:07.313+00:00

    @Myong Rae Chang I don't see a direct way to import another notebook in a cell of a azure ML notebook. But, you can export the notebook that you want to run as a python script and then run it in a cell in the required notebook.

    Export option:

    160383-image.png

    The generated .py script can be copied in a cell of your notebook which run everything in one execution. I hope this works!!

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.