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 [ipython](https://github.com/ipython/ipython) from 7.29.0 to 7.31.1. Commits e321e76 release 7.31.1 67ca2b3 Merge pull request from GHSA-pq7m-3gw7-gq5x 2794330 back to dev be343e7 release 7.31.0 0fcf2c4 Merge pull request #13428 from meeseeksmachine/auto-backport-of-pr-13427-on-7.x...

dependencies

Thanks for quite useful apps. My OS - Windows 10. For my apps I use virtual environment named `airscape`. Also I modified `jupyter_notebooke_config.py`: ``` c.NotebookApp.notebook_dir = r"D:\boa_uniteam\DOCSIFY" c.ContentsManager.root_dir = r"D:\boa_uniteam\DOCSIFY"...

- https://jupyterlab.readthedocs.io/en/stable/developer/extension_dev.html - https://jupyterlab.readthedocs.io/en/stable/developer/extension_dev.html#cookiecutters - "Steps to convert jupyter notebook extension to jupyter lab extension" https://github.com/jupyterlab/jupyterlab/issues/4542

enhancement
help wanted

Is it possible to do something like: [removing-pieces-of-cells-using-cell-tags](https://nbconvert.readthedocs.io/en/latest/removing_cells.html#removing-pieces-of-cells-using-cell-tags)

enhancement

Will add a preprocessor that enables (removing-pieces-of-cells-using-cell-tags)[https://nbconvert.readthedocs.io/en/latest/removing_cells.html#removing-pieces-of-cells-using-cell-tags]. fixes #30

Hi, Thanks for writing this jupyter extension. I tried to publish [this notebook](https://github.com/vespa-engine/pyvespa/blob/master/docs/sphinx/source/use_cases/cord19/cord19_download_parse_trec_covid.ipynb) but got `Got 413 Request Entity Too Large` as a result. My guess is that the plotly...

When exporting in Medium, the Latex formulas are rendered as code as per attached example ![immagine](https://user-images.githubusercontent.com/64694875/186921914-fbef4b28-98a3-49ab-b3b2-7d050fe34727.png)

Issue: Throws an error when I try to publish from notebook Expected: The notebook gets published Actual: Errors out Steps 1. Created my integration token 2. saved in vi ~/.jupyter_to_medium/integration_token...

Traceback (most recent call last): File ~\AppData\Roaming\Python\Python310\site-packages\IPython\core\interactiveshell.py:3526 in run_code exec(code_obj, self.user_global_ns, self.user_ns) Cell In[3], line 2 jtm.publish('loc and iloc.ipynb', File ~\AppData\Roaming\Python\Python310\site-packages\jupyter_to_medium\_publish_to_medium.py:449 in publish p.main() File ~\AppData\Roaming\Python\Python310\site-packages\jupyter_to_medium\_publish_to_medium.py:309 in main self.md, self.image_data_dict...

I can't push a notebook to Medium because of the following error: ```python Traceback (most recent call last): File "\\wsl$\Ubuntu\home\bexgboost\articles\deploy_to_medium.py", line 4, in jtm.publish('2023/1_january/3_synthetic_data_generators/notebook.ipynb', File "C:\Users\bex\AppData\Roaming\Python\Python39\site-packages\jupyter_to_medium\_publish_to_medium.py", line 300, in publish...