Chris Pook(@drchrispook) 's Twitter Profile Photo

Does anyone want a iPython notebook for batch-correction of retention times in their mzML files? I wrote a scipt and needed to publish it so it's up on Zenodo and my GitHub.
zenodo.org/doi/10.5281/ze…

account_circle
Josh | Data Analyst(@databyjosh_) 's Twitter Profile Photo

Python for Data Analysis : Data Wrangling with Pandas, NumPy and IPython - Wes McKinney - O’Reilly

Link: amazon.co.uk/Python-Data-An…

Python for Data Analysis : Data Wrangling with Pandas, NumPy and IPython - Wes McKinney - O’Reilly

Link: amazon.co.uk/Python-Data-An…
account_circle
Geoffrey.py(@geoffreybrunet5) 's Twitter Profile Photo

Hi Twitter, is there any way to display Matplotlib plots directly in iPython please? I use Neovim: vim out of the box and Quarto to code and send the code to ipython. My terminal is iterm2.

Hi Twitter, is there any way to display @matplotlib plots directly in iPython please? I use @Neovim and @quarto_pub to code and send the code to ipython. My terminal is iterm2.
account_circle
OCH(@omarcostahamido) 's Twitter Profile Photo

*note to self*
when on a python venv, with jupyter notebook:
- `jupyter kernelspec list` to list kernels
- `ipython kernel install --name 'venvname' --user` to create new kernel
- and if that doesn't work then `python -m ipykernel install --user`

Maria Mannone

account_circle
noctreik(@noctreik) 's Twitter Profile Photo

Bored Devops ☠️🛠⚙️ eigenrobot mkdir project_name; cd project_name; virtualenv -p /usr/bin/python3 venv && source ven/bin/python; pip install ipython numpy pandas; echo 'x = np.array([[1,2,3,4]])\nprint('Hello World', x)' > main.py && python main.py

account_circle
Xingyao Wang @ ICLR 2024(@xingyaow_) 's Twitter Profile Photo

We implemented a few essential actions: (1) bash, (2) IPython execution (as you see in the video), and (3) browser (WIP). Check the complete list of actions here: github.com/OpenDevin/Open…

account_circle
跼天(@KyokutenSekichi) 's Twitter Profile Photo

`$ nohup ipython main.ipynb &` でSSH接続を離れても快適な学習生活(CUDA OUTMEMORYを除けば)

account_circle
señor doggo 🏴🏴‍☠️ in his wartime ceo era(@fubuloubu) 's Twitter Profile Photo

BowTiedDevil Juypter is ipython kernel (at least by default), so the answer is yes

Our ape console is also ipython, so same

The biggest one is the interfaces for click cli and pytest. Click there isn't really an async interface that's maintained, and for pytest we'd want to maintain sync UX

account_circle