This repository was archived by the owner on Dec 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1616use Litipk \JupyterPHP \Actions \KernelInfoAction ;
1717use Litipk \JupyterPHP \Actions \ShutdownAction ;
1818use Litipk \JupyterPHP \JupyterBroker ;
19+ use Litipk \JupyterPHP \Shell ;
1920
2021use Litipk \JupyterPHP \KernelOutput ;
2122use Monolog \Logger ;
22- use Psy \Shell ;
2323use React \ZMQ \SocketWrapper ;
2424
2525final class ShellMessagesHandler
Original file line number Diff line number Diff line change 1111
1212namespace Litipk \JupyterPHP ;
1313
14-
1514use Litipk \JupyterPHP \Handlers \HbErrorHandler ;
1615use Litipk \JupyterPHP \Handlers \HbMessagesHandler ;
1716use Litipk \JupyterPHP \Handlers \IOPubMessagesHandler ;
2322use React \ZMQ \Context as ReactZmqContext ;
2423use React \ZMQ \SocketWrapper ;
2524
26-
2725/**
2826 * Class KernelCore (no pun intended)
2927 */
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ /*
4+ * This file is part of Jupyter-PHP.
5+ *
6+ * (c) 2015-2017 Litipk
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
12+ namespace Litipk \JupyterPHP ;
13+
14+ use Psy \Shell as PsyShell ;
15+
16+ class Shell extends PsyShell
17+ {
18+ const RETVAL = '' ;
19+ }
You can’t perform that action at this time.
0 commit comments