cutter-jupyter icon indicating copy to clipboard operation
cutter-jupyter copied to clipboard

Jupyter Plugin for Cutter

Results 7 cutter-jupyter issues
Sort by recently updated
recently updated
newest added

I struggled a lot while installing this on windows, so I'll document the things I found here. I downloaded python 3.7, which matched the version of python shipped with Cutter...

The current version does not start. I got jupyter to start by changing `super(NotebookApp, self).start()` to `super().start()`, however, then I ran into the following exception: ``` Traceback (most recent call...

**Environment information** * Operating System: windows 10 * Cutter version: 1.10.1 * File format: elf * Arch: x86 * Type: EXEC (Executable file) **Describe the bug** jupyter had been installed...

Only after it will reach 1.0 version and will start substituting JupyterNotebook (should happen in the end of 2018). https://github.com/jupyter/roadmap/blob/master/jupyterlab.md#10-release

### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | Debian, amd64, Kali 2018v1(Debian 4.14.12-2kali1) x86_64 | File format of the file you reverse (mandatory) | N/A |...

See https://blog.jupyter.org/jupyter-qtconsole-4-4-81f2eaad5706 ``` Perhaps the most exciting improvements are the enhancements to QtConsole’s ability to integrate with external editors and IDEs. Thanks to the Jupyter client-server architecture, you can integrate...

For something like [Luna language](http://www.luna-lang.org/#Features) for better dashboard for the reversers. Also radare2-specific Jupyter widgets. There are widgets support in Jupyter Notebook - see http://jupyter.org/widgets.html See about low-level widgets interaction...