@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:
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
or upvote
which might help other community members reading this thread.