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 16
16
use Litipk \JupyterPHP \Actions \KernelInfoAction ;
17
17
use Litipk \JupyterPHP \Actions \ShutdownAction ;
18
18
use Litipk \JupyterPHP \JupyterBroker ;
19
+ use Litipk \JupyterPHP \Shell ;
19
20
20
21
use Litipk \JupyterPHP \KernelOutput ;
21
22
use Monolog \Logger ;
22
- use Psy \Shell ;
23
23
use React \ZMQ \SocketWrapper ;
24
24
25
25
final class ShellMessagesHandler
Original file line number Diff line number Diff line change 11
11
12
12
namespace Litipk \JupyterPHP ;
13
13
14
-
15
14
use Litipk \JupyterPHP \Handlers \HbErrorHandler ;
16
15
use Litipk \JupyterPHP \Handlers \HbMessagesHandler ;
17
16
use Litipk \JupyterPHP \Handlers \IOPubMessagesHandler ;
23
22
use React \ZMQ \Context as ReactZmqContext ;
24
23
use React \ZMQ \SocketWrapper ;
25
24
26
-
27
25
/**
28
26
* Class KernelCore (no pun intended)
29
27
*/
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