Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

%run doesn't work for (scala) notebooks #154

Closed
SontungAnakin opened this issue Apr 28, 2023 · 2 comments
Closed

%run doesn't work for (scala) notebooks #154

SontungAnakin opened this issue Apr 28, 2023 · 2 comments

Comments

@SontungAnakin
Copy link

Problem
Calling %run with other simple notebook does not work. Referenced notebook is a simple with no other references - please see the attached screenshot.
Screenshot 2023-04-28 at 16 34 40

Expected behaviour
To be able to run/include other notebooks

@gbrueckl
Copy link
Collaborator

gbrueckl commented May 2, 2023

this should be fixed with v2.1.3 which was just published

However, this also made me aware that the current implementation of %run has some limitations which are now also listed in the readme:

However, there are some known limitations to %run as listed blow:

  • cells of referenced notebooks that use magics are not executed
    • this also applies to %run (see below)
  • nested %run statements are not supported

@SontungAnakin
Copy link
Author

I see I see, the fix works fine. Thank you!
The limitations are not so restrictive for me and it's good that they are stated in readme for better clarification.

Thank you a lot for the useful plugin again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants