uqfoundation / dill

serialize all of Python

Home Page:http://dill.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use dump_module() in jupyter notebook with remote kernel

nadavv169 opened this issue · comments

I have a jupyter notebook with Jupyter Enterprise Gateway architecture and i am trying to use the dump_module() function in my notebook but i'm getting the error:

TypeError: <IPython.core.interactiveshell.DummyMod object at .... is not a module

I tried to run the same function in jupyter notebook without remote kernel and it worked, so i assume the issue is with the remote-kernel.

any ideas to solution?

relevant packages versions:
dill==0.3.7
ipython==7.34.0
ipykernel==5.5.6
jupyter-enterprise-gateway==3.2.2

Can you post a simple example code that reproduces the issue you are seeing?