I use jupyter Notebook and I run a function that needs arguments to run, how can I pass arguments to the Main function with jupyter Notebook???
Asked
Active
Viewed 820 times
1
-
Could you provide a more specific example? It is not clear what exactly you're trying to do. – Daniel Lenz Oct 30 '17 at 00:04
-
Arguments given to the Jypyter server aren't passed through to the notebooks. This has been discussed in previous SO questions. – hpaulj Oct 30 '17 at 00:24
-
@DanielLenz when i execut my code with ipython i do `$ python test.py arg1 arg2 arg3` but with jupyter i think there is auther way to do that – HISI Oct 30 '17 at 10:26
-
@hpaulj thinks for reply. could you please give me the link of question – HISI Oct 30 '17 at 10:28