ponnhide / patchworklib

Patchwork for matplotlib: A subplot manager for intuitive layouts in matplotlib, seaborn, and plotnine.
GNU General Public License v3.0
366 stars 24 forks source link

Not working in vsocde's jupyter notebook #11

Closed CavalloneChen closed 2 years ago

CavalloneChen commented 2 years ago

I tried to run the example code in a vscode notebook, but failed.

image
ponnhide commented 2 years ago

Since patchworklib is not dependent on the 'request' module, this error is probably caused by seaborn's load_dataset function and not patchworklib. Thank you for using patchworklib.

CavalloneChen commented 2 years ago

Since patchworklib is not dependent on the 'request' module, this error is probably caused by seaborn's load_dataset function and not patchworklib. Thank you for using patchworklib.

You're right. My nerwork caused this issue and patchworklib works like a charm in vscode. Thank you for your project, I've been wanting this for quite a while. Good work!

ponnhide commented 2 years ago

I'm glad I could help you. If you haven't yet starred the patchworklib repository, I'd appreciate it if you could do so. It grows my motivation for developing patchworklb!