@@ -689,6 +689,9 @@ description=IPython/Jupy
689
689
[ipyvolume]
690
690
description=3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL
691
691
692
+ [ipyvuetify]
693
+ description=Jupyter widgets based on vuetify UI components
694
+
692
695
[ipywebrtc]
693
696
description=WebRTC for Jupyter notebook/lab
694
697
@@ -752,9 +755,15 @@ description=Jupyter terminal console
752
755
[jupyter_core]
753
756
description=Jupyter core package. A base package on which Jupyter projects rely.
754
757
758
+ [jupyterlab_pygments]
759
+ description=JupyterLab Pygments theme
760
+
755
761
[jupyterlab_server]
756
762
description=JupyterLab Server
757
763
764
+ [jupyter_server]
765
+ description=Jupyter Server
766
+
758
767
[jupyter_sphinx]
759
768
description=Jupyter Sphinx Extensions
760
769
@@ -2061,6 +2070,9 @@ description=a fork of Python 2 and 3 ast modules with type comment support
2061
2070
[typing]
2062
2071
description =Type Hints for Python
2063
2072
2073
+ [typing_extensions]
2074
+ description =Backported and Experimental Type Hints for Python 3.5+
2075
+
2064
2076
[tzlocal]
2065
2077
description =tzinfo object for the local timezone
2066
2078
@@ -2106,6 +2118,12 @@ description=A tool for visualizing live, rich data for Torch and Numpy
2106
2118
[vitables]
2107
2119
description=Graphical tool for browsing and editing files in both HDF5 and PyTables formats
2108
2120
2121
+ [voila]
2122
+ description=Serving read-only live Jupyter notebooks
2123
+
2124
+ [voila-vuetify]
2125
+ description=A vuetify template for voila
2126
+
2109
2127
[vpython]
2110
2128
description=A free, open-source module for producing real-time 3D scenes with Python
2111
2129
@@ -2146,6 +2164,9 @@ description=IPython HTML widgets for Jupyter
2146
2164
description=WinPython distribution tools, including WPPM (package manager)
2147
2165
url=http://winpython.github.io/
2148
2166
2167
+ [winrt]
2168
+ description=Access Windows Runtime APIs from Python
2169
+
2149
2170
[win-unicode-console]
2150
2171
description=Enable Unicode input and display when running Python from Windows console.
2151
2172
0 commit comments