Coder Social home page Coder Social logo

Comments (2)

tinmarino avatar tinmarino commented on September 6, 2024 4

Project moved / refractored to jupyter-vim

The new vim-ipython is jupyter-vim as the new ipython is jupyter console

Ipython console obsolete

To run ipython-vim you must :

  1. run vim
  2. run ipython kernel : that will output : To connect another client to this kernel, use: --existing kernel-12304.json
  3. run ipython console --existing kernel-12304.json : that will output :
[TerminalIPythonApp] WARNING | Subcommand `ipython console` is deprecated and will be removed in future versions.
[TerminalIPythonApp] WARNING | You likely want to use `jupyter console` in the future
Jupyter console 6.0.0dev

Meaning ipython console is an alias to jupyter console. The only way to get interact with a python console with vim-ipython

IPython is just one layer lower

IPython is still needed by jupiter_console :

  1. In ptshell.py for some utils (utf8) : if it where for me, I would remove that
  2. In zmqhistory.py well for history saving
  3. In jupyter_client that needs a jupyter_kernel which is actually an alias for ipykernel, the same that run with ipython kernel.

Meaning all this machinery is there just to start the kernel for you and connect to it. Then jupyter-vim connects to it with 0 conf. So it is ... better than before !
jupyter_console_4

from vim-ipython.

ialsaffar avatar ialsaffar commented on September 6, 2024

@tinmarino jupyter-vim seems exciting! I will give it a try. Maybe vim-ipython's README could mention it?

I've been looking for a way to integrate vim and ipython repl for a while. Glad to find a project in active development!

from vim-ipython.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.