#
ipython
Here are 383 public repositories matching this topic...
Multi-user server for Jupyter notebooks
-
Updated
Feb 28, 2022 - Python
react
data-science
jupyter
notebook
ipython
zeromq
repl
react-components
jupyter-notebook
nteract
monorepo
desktop-application
-
Updated
Feb 28, 2022 - TypeScript
n-riesco
commented
Jun 8, 2020
Plotting library for IPython/Jupyter notebooks
-
Updated
Feb 28, 2022 - TypeScript
Visualizer for pandas data structures
react
visualization
flask
data-science
ipython
jupyter-notebook
pandas
data-visualization
python3
xarray
data-analysis
python27
react-virtualized
plotly-dash
-
Updated
Feb 20, 2022 - TypeScript
Because sometimes you need to do it live
-
Updated
Jul 27, 2021 - Python
A curated list of awesome Jupyter projects, libraries and resources
visualization
python
awesome
frontend
jupyter
ipython
jupyter-notebook
jupyterhub
awesome-list
jupyterlab
jupyterlab-extension
-
Updated
Feb 27, 2022
A Python module for common interactive command line user interfaces
python
cli
command-line-app
command-line
ipython
python3
prompt-toolkit
cli-app
cmd
command-line-tool
unix-command
python2
inquirer
command-line-interface
pyinquirer
-
Updated
Aug 29, 2021 - Python
Apache Spark & Python (pySpark) tutorials for Big Data Analysis and Machine Learning as IPython / Jupyter notebooks
python
data-science
machine-learning
big-data
spark
notebook
ipython
bigdata
ipython-notebook
pyspark
mllib
data-analysis
-
Updated
Apr 7, 2021 - Jupyter Notebook
jabbera
commented
Jan 28, 2022
Elevator Pitch
Right now Jupyter LSP show it's suggestions on every period. I'd like to have a feature that only generates the suggestions when a hotkey is pressed. (Shift Tab, etc)
Motivation
One of my users asked for the feature.
Design Ideas
IPython magic command to profile and view your python code as a heat map.
-
Updated
Sep 10, 2021 - Python
strip output from Jupyter and IPython notebooks
-
Updated
Jan 17, 2022 - Python
IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018
visualization
python
data-science
machine-learning
data-mining
jupyter
ipython
jupyter-notebook
data-visualization
data-analysis
computing
numerical-computation
-
Updated
Feb 14, 2022 - Python
CatBoost tutorials repository
-
Updated
Jan 5, 2022 - Jupyter Notebook
A stand alone, light-weight web server for building, sharing graphs created in ipython. Build for data science, data analysis guys. Aiming at building an interactive visualization, collaborated dashboard, and real-time streaming graph.
-
Updated
Mar 29, 2021 - Python
Code of the IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018 [read-only repository]
visualization
python
data-science
machine-learning
data-mining
jupyter
ipython
jupyter-notebook
data-visualization
data-analysis
computing
numerical-computation
-
Updated
Jan 11, 2022 - Jupyter Notebook
Digital Signal Processing - Theory and Computational Examples
jupyter
notebook
ipython
digital-signal-processing
filtering
lecture-notes
spectral-analysis
educational-materials
filter-design
educational-resources
random-signals
masters-course
open-educational-resources
signals-and-systems
-
Updated
Feb 23, 2022 - Jupyter Notebook
An IPython magic extension for printing date and time stamps, version numbers, and hardware information
-
Updated
Jan 29, 2022 - Python
IPython Kernel for Jupyter
-
Updated
Feb 27, 2022 - Python
Jupyter for Visual Studio Code
-
Updated
Nov 2, 2020 - TypeScript
sbrugman
commented
Oct 27, 2021
Add type hints to as code documentation, IDE hints and possibly catching errors. Add flake8-annotations to pre-commit and enable mypy in CI.
Improve this page
Add a description, image, and links to the ipython topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ipython topic, visit your repo's landing page and select "manage topics."
Python 3.10 added suggestions for AttributeError and NameError in the error messages. It seems the suggestions are not stored in the exception object but calculated when Error is displayed. There is a note that that this won't work with IPython but it will be good to see if it's feasible. Opening an issue for discussion.
https://bugs.python.org/issue38530
https://docs.python.org/3/whatsnew/3.