Awesome Open Source
Search
Programming Languages
Languages
All Categories
Categories
About
Search results for jupyter notebook ipython
ipython
x
jupyter-notebook
x
324 search results found
Ipython
⭐
16,063
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
Notebook
⭐
10,901
Jupyter Interactive Notebook
Jupyterhub
⭐
7,762
Multi-user server for Jupyter notebooks
Docker Stacks
⭐
7,641
Ready-to-run Docker images containing Jupyter applications
Nteract
⭐
6,111
📘 The interactive computing suite for you! ✨
Dtale
⭐
4,407
Visualizer for pandas data structures
Python3 In One Pic
⭐
4,219
Learn python3 in one picture.
Pattern_classification
⭐
4,052
A collection of tutorials and examples for solving and understanding machine learning and pattern classification tasks
Hydrogen
⭐
3,886
:atom: Run code interactively, inspect data, and plot. All the power of Jupyter kernels, inside your favorite text editor.
Awesome Jupyter
⭐
3,764
A curated list of awesome Jupyter projects, libraries and resources
Bqplot
⭐
3,620
Plotting library for IPython/Jupyter notebooks
Scientific Python Lectures
⭐
3,372
Lectures on scientific computing with python, as IPython notebooks.
Python_reference
⭐
3,290
Useful functions, tutorials, and other Python-related things
Learndatascience
⭐
2,864
Open Content for self-directed learning in data science
Ijulia.jl
⭐
2,662
Julia kernel for Jupyter
Ipython Notebooks
⭐
2,381
A collection of IPython notebooks covering various topics.
Ijavascript
⭐
1,951
IJavascript is a javascript kernel for the Jupyter notebook
Sklearn_tutorial
⭐
1,674
Materials for my scikit-learn tutorial
Data Science 45min Intros
⭐
1,434
Ipython notebook presentations for getting starting with basic programming, statistics and machine learning techniques
Euporie
⭐
1,329
Jupyter notebooks in the terminal
Neural Networks Demystified
⭐
1,285
Supporting code for short YouTube series Neural Networks Demystified.
Nbstripout
⭐
1,077
strip output from Jupyter and IPython notebooks
Pyforest
⭐
1,033
pyforest - feel the bliss of automated imports
Pycon Pandas Tutorial
⭐
986
PyCon 2015 Pandas tutorial materials
Kalman
⭐
961
Some Python Implementations of the Kalman Filter
Ipyvizzu
⭐
897
Build animated charts in Jupyter Notebook and similar environments with a simple Python syntax.
Ipython In Depth
⭐
877
IPython and Jupyter in-depth Tutorial, first presented at PyCon 2012
Sklearn_pycon2015
⭐
861
Materials for my Pycon 2015 scikit-learn tutorial.
Notedown
⭐
724
Markdown <=> IPython Notebook
Colaboratory
⭐
717
[deprecated] Jupyter CoLaboratory, goto google colab now
Intro2stats
⭐
697
Introduction to Statistics using Python
Ob Ipython
⭐
661
org-babel integration with Jupyter for evaluation of (Python by default) code blocks
Kaggle Titanic
⭐
656
A tutorial for Kaggle's Titanic: Machine Learning from Disaster competition. Demonstrates basic data munging, analysis, and visualization techniques. Shows examples of supervised machine learning techniques.
Jupyter Nodejs
⭐
647
A node.js kernel for jupyter/ipython
Jupyter_pivottablejs
⭐
600
Drag’n’drop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js
Ipykernel
⭐
598
IPython Kernel for Jupyter
Log Progress
⭐
547
https://habr.com/ru/post/276725/
Ipython Gpt
⭐
543
An ChatGPT integration for Jupyter Notebooks and the IPython Shell
Cookbook 2nd Code
⭐
532
Code of the IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018 [read-only repository]
Datasciencecourse
⭐
515
This holds iPython notebooks and lecture slides for the Intro to Data Science Master's course I teach at NYU.
Python For Data Analysis
⭐
506
An introduction to data science using Python and Pandas with Jupyter notebooks
Popmon
⭐
461
Monitor the stability of a Pandas or Spark dataframe ⚙︎
Tutorials
⭐
415
Octave_kernel
⭐
414
An Octave kernel for IPython
Jupyter Drive
⭐
399
Google drive for jupyter notebooks
Nbval
⭐
398
A py.test plugin to validate Jupyter notebooks
Vim Jukit
⭐
377
Jupyter-Notebook inspired Neovim/Vim Plugin
Scikit Learn Book
⭐
376
Source code for the "Learning scikit-learn: Machine Learning in Python"
Best Of Jupyter
⭐
372
Jupyter Tips, Tricks, Best Practices with Sample Code for Productivity Boost
Ipyvega
⭐
365
IPython/Jupyter notebook module for Vega and Vega-Lite
Hide_code
⭐
363
Code, prompt and output hiding for Jupyter/IPython notebooks.
Ipython_memory_usage
⭐
359
IPython tool to report memory usage deltas for every command you type
Carnd Traffic Sign Classifier Project
⭐
341
Classify Traffic Signs.
Genai
⭐
334
What if GPT could help you notebook?
Nvim Ipy
⭐
328
IPython/Jupyter plugin for Neovim
Jupyter Dark Theme
⭐
326
Dark theme for Jupyter Notebook UI
Metakernel
⭐
323
Jupyter/IPython Kernel Tools
Deepdraw
⭐
319
Notebook example of how to generate class visualizations with Caffe
Thesemicolon
⭐
312
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
Pyconuk Introtutorial
⭐
284
practical introduction to pandas and scikit-learn via Kaggle problems - Sept 2014
Python_for_data_science
⭐
281
A rapid on-ramp primer for programmers who want to learn Python for doing data science research and development.
Real World Machine Learning
⭐
271
Code accompanying the Real-World Machine Learning book
Thebe
⭐
242
Jupyter javascript plugin for static sites
Jsanimation
⭐
235
[DEPRECATED] An IPython notebook-compatible Javascript/HTML viewer for matplotlib animations
Fouriertalkoscon
⭐
235
Presentation Materials for my "Sound Analysis with the Fourier Transform and Python" OSCON Talk.
Ida_ipython
⭐
233
An IDA Pro Plugin for embedding an IPython Kernel
Jupyter_console
⭐
226
Jupyter Terminal Console
Sklearn_pycon2014
⭐
221
Repository containing files for my PyCon 2014 scikit-learn tutorial.
Ipywebrtc
⭐
221
WebRTC for Jupyter notebook/lab
05_python_files
⭐
210
Python too supports file handling and allows users to handle files i.e., to read and write files, along with many other file handling options, to operate on files. The concept of file handling has stretched over various other languages, but the implementation is either complicated or lengthy, but like other concepts of Python, this concept here is also easy and short. Python treats files differently as text or binary and this is important.
Relevant Search Book
⭐
208
Code and Examples for Relevant Search
Attention_network_with_keras
⭐
201
An example attention network with simple dataset.
Applied Deep Learning With Keras
⭐
195
Deep Learning examples with Keras.
Pydatalab
⭐
193
Google Datalab Library
Qutip Notebooks
⭐
191
A collection of IPython notebooks using QuTiP: examples, tutorials, development test, etc.
Py Causal
⭐
189
Change Detection Tutorial
⭐
182
Tutorial on change detection in time series data
Ipynb Quicklook
⭐
181
A Quick Look generator for Jupyter/IPython notebooks without further dependencies
Qutip Lectures
⭐
179
Lectures on QuTiP: slides and ipython notebooks
Hyperdash Sdk Py
⭐
176
Official Python SDK for Hyperdash
Sklearn_pycon2013
⭐
175
Files for my scikit-learn tutorial at PyCon 2013
Iocaml
⭐
171
An OCaml kernel for the IPython notebook
Jupyterhub Deploy Teaching
⭐
164
Reference deployment of JupyterHub and nbgrader on a single server
Jupyter Manim
⭐
162
manim cell magic for IPython/Jupyter to show the output video
Neural Nets Are Weird
⭐
161
Tensorflow On Android For Human Activity Recognition With Lstms
⭐
158
iPython notebook and Android app that shows how to build LSTM model in TensorFlow and deploy it on Android
Awesome Python In Education Zh
⭐
150
Python在教育方面的资源列表
Iswift
⭐
143
A Swift kernel for IPython.
Sparknotebook
⭐
142
An example of running Apache Spark using Scala in ipython notebook
Ipytracer
⭐
141
📊 Algorithm Visualizer for IPython/Jupyter Notebook
Juniper
⭐
141
🍇 Edit and execute code snippets in the browser using Jupyter kernels
Notebook
⭐
140
✍ 记录一路走来学习的计算机专业知识 ,力求构建 AI & CS & SE 知识体系
Ipython Quick Ref Sheets
⭐
136
This is ongoing work developing quick reference sheets for IPython
Interactive_machine_learning
⭐
132
IPython widgets, interactive plots, interactive machine learning
Gp
⭐
131
A tutorial about Gaussian process regression
Jupyternim
⭐
130
A Jupyter kernel for nim
Clingkernel
⭐
129
Now part of Cling, no longer maintained here
Pgcontents
⭐
127
A Postgres-backed ContentsManager implementation for Jupyter
Learn_jupyter
⭐
124
This is a jupyter practical tutorial. Welcome to edit together!
Streaming Demos
⭐
121
Demos of Plotly's Real-time Streaming API
Related Searches
Python Jupyter Notebook (12,976)
Jupyter Notebook Machine Learning (8,463)
Jupyter Notebook Dataset (6,824)
Jupyter Notebook Deep Learning (6,566)
Jupyter Notebook Tensorflow (4,771)
Jupyter Notebook Data Science (4,256)
Jupyter Notebook Convolutional Neural Networks (4,218)
Jupyter Notebook Classification (3,939)
Jupyter Notebook Neural (3,926)
Jupyter Notebook Pytorch (3,877)
1-100 of 324 search results
Next >
Privacy
|
About
|
Terms
|
Follow Us On Twitter
Copyright 2018-2024 Awesome Open Source. All rights reserved.