ipython
Here are 326 public repositories matching this topic...
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.
-
Updated
Oct 22, 2020 - TypeScript
Plotting library for IPython/Jupyter notebooks
-
Updated
Oct 21, 2020 - TypeScript
Because sometimes you need to do it live
-
Updated
Oct 19, 2020 - Python
A curated list of awesome Jupyter projects, libraries and resources
-
Updated
Sep 30, 2020
Visualizer for pandas data structures
-
Updated
Oct 21, 2020 - Python
Apache Spark & Python (pySpark) tutorials for Big Data Analysis and Machine Learning as IPython / Jupyter notebooks
-
Updated
Sep 30, 2020 - Jupyter Notebook
A Python module for common interactive command line user interfaces
-
Updated
Oct 9, 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
Oct 15, 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
-
Updated
Mar 11, 2019 - Python
At the moment the user has to press Ctrl (or a different modifier key if changed in settings) to bring up the hover tooltip. We could allow specifying a delay as an alternative/additional activation method. This is how it is implemented in VScode I think.
Sketch for setting chema:
"delay": {
"title": "Hover delay",
"type": ["number", "null"],
"default": 300,
"CatBoost tutorials repository
-
Updated
Oct 12, 2020 - Jupyter Notebook
Code of the IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018 [read-only repository]
-
Updated
Sep 13, 2019 - Jupyter Notebook
Digital Signal Processing - Theory and Computational Examples
-
Updated
Aug 3, 2020 - Jupyter Notebook
An IPython magic extension for printing date and time stamps, version numbers, and hardware information
-
Updated
Oct 22, 2020 - Python
Jupyter for Visual Studio Code
-
Updated
Dec 9, 2019 - TypeScript
Official Python SDK for Hyperdash
-
Updated
Mar 6, 2020 - 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.