Skip to main content

Jupyter

By bamr87

This is the Jupyter Notebook page

Estimated reading time: 4 minutes

Table of Contents

here are some notes on Jupyter

print("Hello World")

Collection Index - notebooks

HTML to markdown web scraping
HTML to markdown web scraping

# install prerequisites %pip install markdownify %pip install requests %pip install pandas

Jupyter Notebook to Markdown Converter
Chat GPT Text Generation
Jupyter
Jupyter

here are some notes on Jupyter

Markdown to Script Converter
Markdown to Script Converter

python def convert_md_to_bash(md_file_path, bash_file_path): with open(md_file_path, 'r') as md_file, open(bash_file_path, 'w') as bash_file: bas...