File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 7070        shell : bash -l {0} 
7171        run : | 
7272          set -e 
73-           micromamba create -n xeus-lite-host jupyterlite-core 
73+           micromamba create -n xeus-lite-host jupyterlite-core jupyter_server  
7474          micromamba activate xeus-lite-host 
7575          cd build/test 
7676          # Fresh install browsers, and run Emscripten tests in them 
@@ -140,7 +140,6 @@ jobs:
140140      - name : Jupyter Lite integration 
141141        shell : bash -l {0} 
142142        run : | 
143-           micromamba create -n xeus-lite-host jupyterlite-core jupyter_server 
144143          micromamba activate xeus-lite-host 
145144          python -m pip install jupyterlite-xeus 
146145          jupyter lite build \ 
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ To do this on Ubuntu x86 execute the following
147147
148148To build Jupyter Lite with this kernel without creating a website you can execute the following
149149``` bash 
150- micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
150+ micromamba create -n xeus-lite-host jupyterlite-core jupyter_server  -c conda-forge
151151micromamba activate xeus-lite-host
152152python -m pip install jupyterlite-xeus
153153jupyter lite build --XeusAddon.prefix=$PREFIX 
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ To do this on Ubuntu x86 execute the following
148148
149149To build Jupyter Lite with this kernel without creating a website you can execute the following
150150``` bash 
151- micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
151+ micromamba create -n xeus-lite-host jupyterlite-core jupyter_server  -c conda-forge
152152micromamba activate xeus-lite-host
153153python -m pip install jupyterlite-xeus
154154jupyter lite build --XeusAddon.prefix=$PREFIX 
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
137137
138138.. code-block :: bash 
139139
140-     micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge 
140+     micromamba create -n xeus-lite-host jupyterlite-core jupyter_server  -c conda-forge 
141141    micromamba activate xeus-lite-host 
142142    python -m pip install jupyterlite-xeus 
143143    jupyter lite build --XeusAddon.prefix=$PREFIX  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments