jupyter_to_medium
jupyter_to_medium copied to clipboard
Python package for publishing Jupyter Notebooks as Medium blogposts
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...
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
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)
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 
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...