Kevin Bowen :xfce: · @kevinbowen
129 followers · 878 posts · Server fosstodon.org

*sigh* I've been using with -extensions shell_plus as my terminal in multiple projects for over a year.

I _just_ realized that all of the various projects I've been building have been logging those sessions to the same _system_ IPython history.sqlite3 file.

A wee bit o' a oversight on my part... D'oh!

#ipython #django #security

Last updated 1 year ago

Matt Cengia · @mattcen
638 followers · 3715 posts · Server aus.social

Can somebody familiar with or please tell me why the top cell in this notebook doesn't render the HTML, when the other two cells do? Everything I'm reading online suggests it should render it. gist.github.com/mattcen/c5db6e
In the "Rich representation" section of this notebook (jupyterlite.github.io/demo/lab) it does something similar and Just Works (obviously that's rather than CPython, but I don't think that should matter).
I am guessing maybe there's a library I haven't installed; for this example I just created a new virtual environment and installed `jupyterlab` and nothing else.

#jupyterlab #jupyternotebook #pyodide #jupyter #ipython

Last updated 1 year ago

Ploomber · @ploomber
19 followers · 4 posts · Server fosstodon.org

Hello community @fosstodon

We write open source packages to ease the development and deployment of data applications.

We are currently maintaining:

1. Ploomber: a package to easily integrate your DS projects into pipelines

2. JupySQL: a continuation of -SQL, execute your queries with ease on Jupyter notebooks

3. Ploomber engine: A toolbox for Jupyter notebooks : testing, experiment tracking, debugging, profiling, and more!

Please say hi, follow us and let us follow you.

#ipython #sql

Last updated 2 years ago

Mike Lockhart :veritrek: · @milohax
28 followers · 165 posts · Server hachyderm.io

Huray! I don't know when it happened, but has fixed an annoying bug which still exists in 10:

you can exit the interpreter with just "exit" now, instead of "exit()"

>>> exit
Use exit() or Ctrl-D (i.e. EOF) to exit
>>>

vs:

IPython 8.5.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: exit
mjl@modi ~>

#ipython #python

Last updated 2 years ago

Seve_py :vim: :python: · @seve_py
16 followers · 252 posts · Server fosstodon.org
Tali · @Tali
735 followers · 359 posts · Server hachyderm.io
Juan Luis · @astrojuanlu
1068 followers · 934 posts · Server social.juanlu.space

Noticias sobre Python científico de la semana, episodio 60 🐍⚙️🍇 ¡Hola 2023!

En resumen: Nuevas versiones de SciPy, NumPy, IPython y Polars, cálculo de energía renovable con atlite, un cron para notebooks de Jupyter, arrays infinitos, y un anuncio personal astrojuanlu.substack.com/p/epi Apoya el noticiero suscribiéndote por correo 📫

#python #PyData #jupyter #conda #polars #ipython #numpy #SciPy #noticieropythoncientifico

Last updated 2 years ago

Ed Rogers · @edrogers
21 followers · 37 posts · Server fosstodon.org

@tiangolo @FastAPI Great job on the live coding event today! Really loved the way you used in an IDE tab as a REPL

#ipython

Last updated 2 years ago

@talkpython @michaelaye Just tested on a simple iris dataset test from panel.holoviz.org/gallery/simp , amazing.
converts directly to apps.

#Sklearn #panel #ipython #notebook #Pyscript

Last updated 2 years ago

Chad Scherrer · @cscherrer
659 followers · 144 posts · Server bayes.club

@sascha_

This makes use :
stackoverflow.com/questions/52

Still not sure how to send things to it though

#ipython #vscode

Last updated 2 years ago

Michał Krassowski · @krassowski
15 followers · 5 posts · Server fosstodon.org

I've just saw that nbsafety was renamed to "IPyflow".

That is a really cool project bringing reactive execution (and more) to IPython kernel.

Check it out at: github.com/ipyflow/ipyflow

#jupyter #ipython

Last updated 2 years ago

Michał Krassowski · @krassowski
58 followers · 18 posts · Server fosstodon.org

I've just saw that nbsafety was renamed to "IPyflow".

That is a really cool project bringing reactive execution (and more) to IPython kernel.

Check it out at: github.com/ipyflow/ipyflow

#jupyter #ipython

Last updated 2 years ago

Maltimore · @maltimore
660 followers · 3167 posts · Server social.tchncs.de

Ipython is awesome! I don't know why I don't use it more. Especially (or really, mostly), because it has a mode that lets me experiment quickly on the REPL without leaving the comfort of vim.

#ipython #vim

Last updated 2 years ago

Mi Lia · @mlliarm
107 followers · 356 posts · Server mathstodon.xyz

Some trials run on that show how sensitive this iterative system \(x_{n+1}=f(x_n)\) is. For initial values one from the set {0.99, 1.01, 1.99, 3.01} one gets the following sequences (see omg).

Now I'm wondering what I might have understood wrongly about the range of convergence to 2. Earlier I've found that it's approx. (1.4,2.6), but my experiments suggests that the iteration blows up for values \(x<1\) and \(x>3\). Also it suggests that for \(x<3\) and \(x>1\) convergence to 2.

#ipython

Last updated 2 years ago

Albert Cardona · @albertcardona
697 followers · 557 posts · Server qoto.org

What can you do with a server? Say, let's look at the (vinegar fly, often referred to as fruit fly) larval central nervous system, generously hosted by the l1em.catmaid.virtualflybrain.o) or the (a marine annelid) server from the Jekely lab catmaid.jekelylab.ex.ac.uk/

First, directly interact by point-and-click: open widgets, find neurons by name or annotations, fire up a graph widget and rearrange neurons to make a neat synaptic connectivity diagram, or an adjacency matrix, or look at neuron anatomy in 3D. Most text–names, numbers–are clickable and filterable in some way, such as regular expressions.

Second, interact from other software. Head to r-catmaid natverse.org/rcatmaid/ (part of the suite by Philipp Schlegel @uni_matrix, Alex Bates and others) for an R-based solution from the Jefferis lab at the . Includes tools such as for anatomical comparisons of neurons (see paper by Marta Costa et al. 2016 sciencedirect.com/science/arti ).

If R is not your favourite, then how about : the package, again by the prolific @uni_matrix, makes it trivial, and works also within too for fancy 3D renderings and animations. An earlier, simpler version was by @csdashm github.com/ceesem/catpy , who also has examples on access from .

Third, directly from a prompt. As in, why not? is quite a straightforward language. Of course, you'll need privileged access to the server, so this one is only for insiders. Similarly privileged is from an prompt initialized via from the command line, with the entire server-side API at your disposal for queries.

Fourth, and one of my favourites: from the console in the browser itself. There are a handful of examples here github.com/catmaid/CATMAID/wik but the possibilities are huge. Key utilities are the "fetchSkeletons" macro-like javascript function github.com/catmaid/CATMAID/wik and the NeuronNameService.getInstance().getName(<skeleton_id>) function.

Notice every server has its /apis/, e.g., at l1em.catmaid.virtualflybrain.o will list all GET or REST server access points. Reach to them as you please. See the documentation: catmaid.readthedocs.io/en/stab

In short: the data is there for you to reach out to, interactively or programmatically, and any fine mixture of the two as you see fit.

#Drosophila #natverse #MRCLMB #django #javascript #VirtualFlyBrain #Platynereis #NBLAST #python #navis #blender #catpy #matlab #psql #sql #ipython #catmaid

Last updated 2 years ago

fjunier · @fjunier
114 followers · 1129 posts · Server framapiaf.org

un petit bug de chargement de IPython dans Pyzo 4.12.3 résolu en commentant les lignes indiquées dans ce billet github.com/pyzo/pyzo/issues/79 Visiblement, un exemple de changement d'API (IPython) qui n'a pas été pris en compte coté client (Pyzo)

#ipython #pyzo

Last updated 2 years ago

Bite Code · @bitecode
119 followers · 4936 posts · Server framapiaf.org

RT @Mbussonn@twitter.com

PSA: If you are using do not upgrade to Python 3.9.8 (yet?) it seem to be broken (likely because of bugs.python.org/issue45738), looking into fixing in IPython itself.

🐦🔗: twitter.com/Mbussonn/status/14

#ipython

Last updated 3 years ago

(webdev Tory) :emacs: · @worldsendless
211 followers · 2347 posts · Server qoto.org

RT @davidvujic
When learning a new language, you bring good things to other areas. REPL Driven Development is something I’ve learned through .

I love it. 😍

Can we also do that in ?

Here’s some ideas:

davidvujic.blogspot.com/2021/0

#python #ipython #emacs #clojure

Last updated 3 years ago

Bite Code · @bitecode
119 followers · 4936 posts · Server framapiaf.org

RT @Mbussonn@twitter.com

7.24 is out. Thanks to @DEShawGroup@twitter.com the debugger can now hide and skip frames from readonly files. Less to read and less typing = Faster debugging. Read more: discourse.jupyter.org/t/releas

🐦🔗: twitter.com/Mbussonn/status/13

#ipython

Last updated 4 years ago

Sozialwelten · @sozialwelten
1438 followers · 10041 posts · Server ifwo.eu

für als für

für die der

Bezüglich sagt der Vortragende er benutze dafür nicht Vim, sondern und ( ).

I will insert breakpoints with a shortkey, open another terminal window and start my program, waiting until the breakpoint is hit and then inspect the scope.

ipython.org/
pypi.org/project/ipdb/

youtu.be/YhqsjUUHj6g

#checkliste #vim #ide #python #Vervollständigung #datei #vimrc #debugging #ipython #ipdb #pdb

Last updated 5 years ago