Jupyter Notebook jupyter-notebook

Open-source Jupyter Notebook projects categorized as jupyter-notebook

Top 23 Jupyter Notebook jupyter-notebook Projects

  • PythonDataScienceHandbook

    Python Data Science Handbook: full text in Jupyter Notebooks

  • Project mention: About Data analyst, data scientist and data engineer, resources and experiences | dev.to | 2024-03-26

    Python Data Science Handbook

  • Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

    aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)

  • Project mention: Probabilistic Programming and Bayesian Methods for Hackers (2013) | news.ycombinator.com | 2024-02-10
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • handson-ml

    ⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.

  • homemade-machine-learning

    🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained

  • notebook

    Jupyter Interactive Notebook

  • Project mention: Jupyter Notebook 7 | news.ycombinator.com | 2023-07-27

    For folks asking what the Notebook UX offers that the Lab does not, this github thread may be enlightening: https://github.com/jupyter/notebook/issues/6210

    (TLDR: some novice users in educational settings find the lab environment overwhelming.)

  • prettymaps

    A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.

  • Project mention: Show HN: Map2Image – Download Beautiful City Maps | news.ycombinator.com | 2024-01-17

    These maps look great! Reminds me of a project I saw a long time ago [1]. Glad you made this downloadable for everyone who cannot write code.

    P.S.: Now, I also have some (birthday) presents ;-)

    [1] https://github.com/marceloprates/prettymaps

  • The-Complete-FAANG-Preparation

    This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions, FAANG Interview questions, and Miscellaneous Stuff (Programming MCQs, Puzzles, Aptitude, Reasoning). The Programming languages used for demonstration are C++, Python, and Java.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • amazon-sagemaker-examples

    Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.

  • Project mention: Thesis Project Help Using SageMaker Free Tier | /r/aws | 2023-09-23

    I need to use AWS Sagemaker (required, can't use easier services) and my adviser gave me this document to start with: https://github.com/aws/amazon-sagemaker-examples/blob/main/introduction_to_amazon_algorithms/jumpstart-foundation-models/question_answering_retrieval_augmented_generation/question_answering_langchain_jumpstart.ipynb

  • py

    Repository to store sample python programs for python learning

  • NYU-DLSP20

    NYU Deep Learning Spring 2020

  • evidently

    Evaluate and monitor ML models from validation to production. Join our Discord: https://discord.com/invite/xZjKRaNp8b

  • Project mention: [P] Free open-source ML observability course: starts October 16 🚀 | /r/MachineLearning | 2023-10-15

    Hi everyone, I’m one of the creators of Evidently, an open-source (Apache 2.0) tool for production ML monitoring. We’ve just launched a free open course on ML observability that I wanted to share with the community.

  • lucid

    A collection of infrastructure and tools for research in neural network interpretability.

  • FLAML

    A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.

  • Project mention: AutoGen: Enabling Next-Gen GPT-X Applications | news.ycombinator.com | 2023-08-22

    I really like the simplicity of this framework, and they hit on a lot of common problems found in other agent-based frameworks. Most intrigued by the RAG improvements.

    Seems like Microsoft was frustrated with the pace of movement in this space and the shitty results of agents (which admittedly kept my interest turned away from agents for the last few months). I'm interested again because it makes practical sense, and from looking at the example notebooks, seems fairly easy to integrate into existing applications.

    Maybe this is the 'low code' approach that might actually work, and bridge together engineering and non-engineering resources.

    This example was what caught my eye: https://github.com/microsoft/FLAML/blob/main/notebook/autoge...

  • HELK

    The Hunting ELK

  • ML-Workspace

    🛠 All-in-one web-based IDE specialized for machine learning and data science.

  • CFDPython

    A sequence of Jupyter notebooks featuring the "12 Steps to Navier-Stokes" http://lorenabarba.com/

  • Project mention: Getting started with OpenFoam and Code Contributions | /r/CFD | 2023-06-13

    Is 12 steps to Navier Stokes a good start? I have done all the modules, wrote all the code by myself (except for the plotting part which I had literally no experience in) and I am trying to solve some random problems in the J P Holman heat transfer book. Then I am thinking of going through the Application part of Anderson CFD.

  • ML-foundations

    Machine Learning Foundations: Linear Algebra, Calculus, Statistics & Computer Science

  • examples

    Jupyter Notebooks to help you get hands-on with Pinecone vector databases (by pinecone-io)

  • awesome-notebooks

    A powerful data & AI notebook templates catalog: prompts, plugins, models, workflow automation, analytics, code snippets - following the IMO framework to be searchable and reusable in any context.

  • jupyter-text2code

    A proof-of-concept jupyter extension which converts english queries into relevant python code

  • dl-colab-notebooks

    Try out deep learning models online on Google Colab (by tugstugi)

  • machine-learning-asset-management

    Machine Learning in Asset Management (by @firmai)

  • IRkernel

    R kernel for Jupyter

  • Project mention: Adding R to Anacona Navigator for Mac | /r/TechCareerShifter | 2023-05-18

    Found a package na from GitHub that worked on my Macbook. Thanks everyone!

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Jupyter Notebook jupyter-notebook related posts

Index

What are some of the best open-source jupyter-notebook projects in Jupyter Notebook? This list will help you:

Project Stars
1 PythonDataScienceHandbook 41,485
2 Probabilistic-Programming-and-Bayesian-Methods-for-Hackers 26,341
3 handson-ml 25,097
4 homemade-machine-learning 22,531
5 notebook 11,140
6 prettymaps 10,815
7 The-Complete-FAANG-Preparation 10,022
8 amazon-sagemaker-examples 9,491
9 py 6,626
10 NYU-DLSP20 6,619
11 evidently 4,644
12 lucid 4,599
13 FLAML 3,671
14 HELK 3,659
15 ML-Workspace 3,324
16 CFDPython 3,214
17 ML-foundations 2,945
18 examples 2,410
19 awesome-notebooks 2,285
20 jupyter-text2code 2,104
21 dl-colab-notebooks 1,659
22 machine-learning-asset-management 1,627
23 IRkernel 1,621

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com