File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -532,15 +532,15 @@ GitHub](https://github.com/jupyter/jupyter_client/milestones/5.1)
532
532
533
533
## 5.0
534
534
535
- #### 5.0.1
535
+ ### 5.0.1
536
536
537
537
[ 5.0.1 on
538
538
GitHub] ( https://github.com/jupyter/jupyter_client/milestones/5.0.1 )
539
539
540
540
- Update internal protocol version number to 5.1, which should have
541
541
been done in 5.0.0.
542
542
543
- #### 5.0.0
543
+ ### 5.0.0
544
544
545
545
[ 5.0.0 on
546
546
GitHub] ( https://github.com/jupyter/jupyter_client/milestones/5.0 )
@@ -590,7 +590,7 @@ Backward-incompatible changes:
590
590
591
591
## 4.4
592
592
593
- #### 4.4.0
593
+ ### 4.4.0
594
594
595
595
[ 4.4 on
596
596
GitHub] ( https://github.com/jupyter/jupyter_client/milestones/4.4 )
@@ -603,7 +603,7 @@ GitHub](https://github.com/jupyter/jupyter_client/milestones/4.4)
603
603
604
604
## 4.3
605
605
606
- #### 4.3.0
606
+ ### 4.3.0
607
607
608
608
[ 4.3 on
609
609
GitHub] ( https://github.com/jupyter/jupyter_client/milestones/4.3 )
@@ -614,21 +614,21 @@ GitHub](https://github.com/jupyter/jupyter_client/milestones/4.3)
614
614
615
615
## 4.2
616
616
617
- #### 4.2.2
617
+ ### 4.2.2
618
618
619
619
[ 4.2.2 on
620
620
GitHub] ( https://github.com/jupyter/jupyter_client/milestones/4.2.2 )
621
621
622
622
- Another fix for the ` start_new_kernel ` issue in 4.2.1 affecting slow-starting kernels.
623
623
624
- #### 4.2.1
624
+ ### 4.2.1
625
625
626
626
[ 4.2.1 on
627
627
GitHub] ( https://github.com/jupyter/jupyter_client/milestones/4.2.1 )
628
628
629
629
- Fix regression in 4.2 causing ` start_new_kernel ` to fail while waiting for kernels to become available.
630
630
631
- #### 4.2.0
631
+ ### 4.2.0
632
632
633
633
[ 4.2.0 on
634
634
GitHub] ( https://github.com/jupyter/jupyter_client/milestones/4.2 )
@@ -645,7 +645,7 @@ GitHub](https://github.com/jupyter/jupyter_client/milestones/4.2)
645
645
646
646
## 4.1
647
647
648
- #### 4.1.0
648
+ ### 4.1.0
649
649
650
650
[ 4.1.0 on
651
651
GitHub] ( https://github.com/jupyter/jupyter_client/milestones/4.1 )
Original file line number Diff line number Diff line change 1
- .. _provisioning
1
+ .. _provisioning :
2
2
3
3
Customizing the kernel's runtime environment
4
4
============================================
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ You can override a number of other methods to improve the functionality of your
134
134
kernel. All of these methods should return a dictionary as described in the
135
135
relevant section of the :doc: `messaging spec <messaging >`.
136
136
137
- .. class :: MyKernel
137
+ .. class :: MyCustomKernel
138
138
139
139
.. method :: do_complete(code, cursor_pos)
140
140
You can’t perform that action at this time.
0 commit comments