waynebliu

Results 1 issues of waynebliu

%load_ext importnb ImportError Traceback (most recent call last) in ----> 1 get_ipython().run_line_magic('load_ext', 'importnb') /tmp/artfs-fuse-mount-7G7IIgcG/523966b89c949a780a9134439028df4a494dbca6_20191116_125724_031/glibc-2.13-x86_64/ext/public/python/ipython/7/5/0/dist/lib/python3.6/IPython/core/interactiveshell.py in run_line_magic(self, magic_name, line, _stack_depth) 2305 kwargs['local_ns'] = sys._getframe(stack_depth).f_locals 2306 with self.builtin_trap: -> 2307 result =...