Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Python & Data Science Notebook

Made with MyST

Welcome to my Python notebook! Here, I document my experiments, learning, and insights as I explore Python and the world of data! This notebook includes,

Access the Notebook ⭐

About This Project

This notebook is built using Jupyter Book and leverages the power of MyST Markdown for enhanced documentation and interactivity. MyST enables rich formatting, executable code blocks, and seamless integration with Jupyter notebooks.

Getting Started

To set up this project locally:

  1. Clone the repository:

git clone https://github.com/SharafatKarim/python-notebook
cd python-notebook
  1. Create a virtual environment:

python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  1. Install required packages:

pip install -r requirements.txt
  1. Initialize Jupyter Book:

jupyter-book start

It’ll open a live server where you can view and interact with the notebook. Usually, it runs at http://localhost:3000.

Resources

Python & Data Science Resources

Contributing

Feel free to explore, contribute, or reach out if you have questions or suggestions!