jupyter_to_medium icon indicating copy to clipboard operation
jupyter_to_medium copied to clipboard

Python package for publishing Jupyter Notebooks as Medium blogposts

Results 30 jupyter_to_medium issues
Sort by recently updated
recently updated
newest added

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 5.6.1 to 6.5.1. Release notes Sourced from nbconvert's releases. Release 6.5.1 No release notes provided. 6.5.0 What's Changed Drop dependency on testpath. by @​anntzer in jupyter/nbconvert#1723 Adopt...

dependencies

Please, check the below image, is it an error from my side or in the package? Thank you: I get this error while using the plots plotted with plotly. ![Screenshot...

Added two dependencies with their appropriate version requirements. The package wouldn't work without them from the terminal in Python==3.10.2. Adding these dependencies with the versions fixed the problem. Several of...

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.4 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Bumps [notebook](http://jupyter.org) from 6.4.6 to 6.4.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=notebook&package-manager=pip&previous-version=6.4.6&new-version=6.4.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I'm using miniconda and I already have jupyter notebook installed using `pip install notebook`. Then when I install jupyter_to_medium using conda, I encounter a 500 internal server error while opening...

It would be great if this tool can be extended to export notebooks from Goole Colab to Medium.

enhancement
help wanted

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Hi, When I try to use this package, my kernel cannot connect. Any help with this? I'm running this on Python 3.7.0 on Big Sur. The only commands I've run...

Hi, I really like the jupyter_to_medium package, it helped me a lot to create my post. (https://towardsdatascience.com/creating-a-ui-with-ipywidgets-and-autocalc-2ef8ea4cc6c2?source=friends_link&sk=d0077f21d38df0313c0e727a378af415) However, I found that when I had multiple iterations of the post, it...