#
ipython
Here are 323 public repositories matching this topic...
holgersson32644
commented
May 2, 2020
Hi, I stumbled over a bug resp. mistake in your documentation.
Bug description
Your setup documentation contains call of
sudo echo something > file
which is ..well..entirely wrong. sudo echo will write to stdout, then the redirection with ">" will write it with user rights and this will fail as this example wants to add a debian repo to a location where only root can write.
react
data-science
jupyter
notebook
ipython
zeromq
repl
react-components
jupyter-notebook
nteract
monorepo
desktop-application
-
Updated
Aug 28, 2020 - TypeScript
n-riesco
commented
Jun 8, 2020
Plotting library for IPython/Jupyter notebooks
-
Updated
Aug 31, 2020 - TypeScript
Because sometimes you need to do it live
-
Updated
Aug 24, 2020 - 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
Aug 28, 2020
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
Aug 28, 2020 - 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
Sep 6, 2017 - Jupyter Notebook
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
Jul 30, 2020 - Python
IPython magic command to profile and view your python code as a heat map.
-
Updated
Apr 21, 2018 - Python
strip output from Jupyter and IPython notebooks
-
Updated
Aug 16, 2020 - Python
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
Nov 4, 2019 - 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
Mar 11, 2019 - Python
CatBoost tutorials repository
-
Updated
Jul 9, 2020 - Jupyter Notebook
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
Sep 13, 2019 - 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
Aug 3, 2020 - Jupyter Notebook
An IPython magic extension for printing date and time stamps, version numbers, and hardware information
-
Updated
Jan 28, 2020 - Python
Jupyter for Visual Studio Code
-
Updated
Dec 9, 2019 - TypeScript
Official Python SDK for Hyperdash
-
Updated
Mar 6, 2020 - Python
Reference deployment of JupyterHub and nbgrader on a single server
-
Updated
Oct 12, 2019 - Python
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."
There are many places where we could make use of Pathlib.
Look for any places that uses
with open(...)
and ask yourself:Path()
,Don't try to bite more than you can chew (or more than I can review), try to fix 1 place at a time.