pynt icon indicating copy to clipboard operation
pynt copied to clipboard

Bridging the gap between jupyter notebooks and text editors/IDEs

Results 23 pynt issues
Sort by recently updated
recently updated
newest added

Hello I had a similar use case in [yapycon](https://github.com/aanastasiou/yapycon) and was really glad to come across extipy and pynt. Unfortunately in my case, while all components seem to be working...

Open a .py file and get message: File mode specification error: (error ‘:server’ is incompatible with ‘:nowait’) EIN works well. M-x pynt-mode to restart pynt mode and got the same...

This was the message I got after I hit C-c C-s ``` ein: [warn] No recorded kernelspecs for nil ein:notebooklist-new-notebook: Wrong type argument: ein:$notebooklist, nil ``` I am using spacemacs...

pynt-serve fails for me with python 3.4, because it's using f-strings which were added in python 3.6 ```python > pynt-serve Traceback (most recent call last): File "/home/taupan/nobackup/virtualenvs/myproject/bin/pynt-serve", line 5, in...

Start emacs and open a .py file. it immediately give me this error: epc:start-server: Server may raise an error. Use "M-x epc:pop-to-last-server-process-buffer RET" to see full traceback: Traceback (most recent...

What's the best approach to merge `pynt` into the [ipython-notebook layer](https://github.com/syl20bnr/spacemacs/blob/master/layers/%2Blang/ipython-notebook/packages.el)?

[Org mode](https://orgmode.org/) has lots to offer over Jupyer notebooks / JupyterLab / EIN. Off the top of my head: - [good markup](http://karl-voit.at/2017/09/23/orgmode-as-markup-only/) ([markdown has issues](http://www.wilfred.me.uk/blog/2012/07/30/why-markdown-is-not-my-favourite-language/)) - support for passing data...

...to just dumping the entire region into the notebook.

So that you don't print out the exception trace. Maybe print out a nice message. This is for raising returns.

Just like we're doing for for loops. It would be similarly useful to have for while loops.