ipython
Here are 313 public repositories matching this topic...
Neither here nor powerline/fonts has any documentation of what codepoints are supposed to be provided with which glyphs by fonts. This makes it virtually impossible for font authors to add support.
Also, I’ve seen you use the PUA. Please register your codepoints with http://www.evertype.com/standards/csur/ so they don’t overlap with any other CSUR PUA assignments. (It’s easy, I got a couple ass
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.
We've got quite a few standardized labels configured in our GitHub but no documentation on which labels to use and when.
We should add a "Labeling Issues" section to our CONTRIBUTING.md so this informational is accessible to people.
Hydrogen just gives me this error message when trying to run python code:
No kernel for grammar Python found
Check that the language for this file is set in Atom, that you have a Jupyter kernel installed for it, and that you have configured the language mapping in Hydrogen preferences.
To detect your current Python install you will need to run:
python -m pip install ipykernel
pytho
According to https://readthedocs.org/projects/bqplot/builds/, the last build of "latest" was one year ago (Dec. 21, 2018).
Normally this happens each time something is pushed to master, maybe there's something wrong with the repo setup?
It would be cool if we could have some more documentation in the help text.
- Explain how to use Ctrl-C and Ctrl-Z in a presentation (this is self explanatory for CLI veterans, but many users might not be so experienced. Ctrl-C and Crtl-Z are really a great part of how to use the programm in a presentation)
- Explain how <prompt_themes> work: How can I create my own? Where can I find premade o
Would be really good to have some troubleshooting guide for using this tool to it's full extent!
When inside the internal shell the cursor-up key just selects the lines in history with no (apparent) useful function.
It would be nice if it could instead access the history (as does ctrl-p/n).
A curated list of awesome Jupyter projects, libraries and resources
-
Updated
Jun 15, 2020
Apache Spark & Python (pySpark) tutorials for Big Data Analysis and Machine Learning as IPython / Jupyter notebooks
-
Updated
Sep 6, 2017 - Jupyter Notebook
I have a simple ipython_config.py for my default ipython environment. It contains:
c = get_config()
c.InteractiveShellApp.exec_lines = [
"print('Loaded ipython config')"
]
For some reason, the print statement seems to be executed twice. Any reason why this may be the case? Is this intended, and if it is not, is there a way to prevent this? The lines I'd want in there might
@aschonfeld, it could also be useful to be able to add color bars for date or value ranges.
Here's a matplotlib example from PyMC3.
Originally posted by @mindlessbrain in man-group/dtale#48 (comment)
The documentation says that the "message" attribute of a question can be a string or a function that takes the current answers and returns a string. That doesn't appear to be accurate documentation as any function, or lambda, I use as a questions "message" gets evaluated as a string in the prompt.
e.g. This question definition;
def my_message(answers):
return "Hello {x}".format(x=len
IPython magic command to profile and view your python code as a heat map.
-
Updated
Apr 21, 2018 - 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
strip output from Jupyter and IPython notebooks
-
Updated
Jun 28, 2020 - Python
IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018
-
Updated
Mar 11, 2019 - Python
CatBoost tutorials repository
-
Updated
Jun 18, 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
Remove the whitespaces in --iversion's output so that it's consistent with other output. E.g.,
%watermark -iv -v -w
dask 0.15.1
CPython 3.6.1
IPython 6.1.0
watermark 1.5.0
should be
%watermark -iv -v -w
dask 0.15.1
CPython 3.6.1
IPython 6.1.0
watermark 1.5.0
Alternatively, everything could be aligned, e.g., say version numbers starting in the 20th
Digital Signal Processing - Theory and Computational Examples
-
Updated
Jan 29, 2020 - Jupyter Notebook
Jupyter for Visual Studio Code
-
Updated
Dec 9, 2019 - TypeScript
https://github.com/ipython/ipykernel/blob/master/examples/embedding/internal_ipkernel.py
class InternalIPKernel(object):
def init_ipkernel(self, backend):
# Start IPython kernel with GUI event loop and mpl support
self.ipkernel = mpl_kernel(backend)
# To create and track active qt consoles
self.consoles = []
# This applicatiIt would be very helpful to have a grid with opacity in the metrics section. At least for me, it is hard to know exactly the point of accuracy I usually monitor as a metric.
Should we archive this repository and point people at https://github.com/jupyterhub/the-littlest-jupyterhub?
Sometimes people use the instructions from this repository and run into problems (it is unknown how many use it and are happy!). For those with problems my impression is that the best piece of advice is "don't use this, use TLJH instead your problems are probably going to go away by swit
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."




Note 1: This is not the same tab-completion bug for which many issues have already been opened (the one where a massive number of objects from the global namespace are displayed). This issue specifically has to do with unwanted abbreviation of filename paths. I haven't yet found any other reports of this issue.
Note 2: I also posted this to stackoverflow but am posting again here since I didn't