File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ jobs:
254254        run : | 
255255          export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build 
256256          set -e 
257-           micromamba create -n xeus-lite-host jupyterlite-core 
257+           micromamba create -n xeus-lite-host jupyterlite-core=0.6  
258258          micromamba activate xeus-lite-host 
259259          cd build/test 
260260          # Fresh install browsers, and run Emscripten tests in them 
Original file line number Diff line number Diff line change @@ -147,9 +147,9 @@ 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 jupyter_server -c conda-forge
150+ micromamba create -n xeus-lite-host jupyterlite-core=0.6  jupyter_server -c conda-forge
151151micromamba activate xeus-lite-host
152- python -m pip install jupyterlite-xeus
152+ python -m pip install jupyterlite-xeus==4.0.0rc0 
153153jupyter lite build --XeusAddon.prefix=$PREFIX 
154154``` 
155155
Original file line number Diff line number Diff line change @@ -149,9 +149,9 @@ To do this on Ubuntu x86 execute the following
149149
150150To build Jupyter Lite with this kernel without creating a website you can execute the following
151151``` bash 
152- micromamba create -n xeus-lite-host jupyterlite-core jupyter_server -c conda-forge
152+ micromamba create -n xeus-lite-host jupyterlite-core jupyter_server=0.6  -c conda-forge
153153micromamba activate xeus-lite-host
154- python -m pip install jupyterlite-xeus
154+ python -m pip install jupyterlite-xeus==4.0.0rc0 
155155jupyter lite build --XeusAddon.prefix=$PREFIX 
156156``` 
157157
Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ To build Jupyter Lite with this kernel without creating a website you can execut
130130
131131.. code-block :: bash 
132132
133-     micromamba create -n xeus-lite-host jupyterlite-core jupyter_server -c conda-forge 
133+     micromamba create -n xeus-lite-host jupyterlite-core=0.6  jupyter_server -c conda-forge 
134134    micromamba activate xeus-lite-host 
135-     python -m pip install jupyterlite-xeus 
135+     python -m pip install jupyterlite-xeus==4.0.0rc0  
136136    jupyter lite build --XeusAddon.prefix=$PREFIX  
137137
138138 Once the Jupyter Lite site has built you can test the website locally by executing
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments