File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ emmake make install
9696
9797To build Jupyter Lite with this kernel without creating a website you can execute the following
9898``` bash 
99- micromamba create -n xeus-lite-host jupyterlite-core
100- micromamba activate xeus-lite-host -c conda-forge 
99+ micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge 
100+ micromamba activate xeus-lite-host
101101python -m pip install jupyterlite-xeus
102102jupyter lite build --XeusAddon.prefix=$PREFIX 
103103``` 
Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ emmake make install
9797
9898To build Jupyter Lite with this kernel without creating a website you can execute the following
9999``` bash 
100- micromamba create -n xeus-lite-host jupyterlite-core
101- micromamba activate xeus-lite-host -c conda-forge 
100+ micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge 
101+ micromamba activate xeus-lite-host
102102python -m pip install jupyterlite-xeus
103103jupyter lite build --XeusAddon.prefix=$PREFIX 
104104``` 
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ To build Jupyter Lite with this kernel without creating a website you can execut
8686
8787.. code-block :: bash 
8888
89-     micromamba create -n xeus-lite-host jupyterlite-core 
90-     micromamba activate xeus-lite-host -c conda-forge  
89+     micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge  
90+     micromamba activate xeus-lite-host 
9191    python -m pip install jupyterlite-xeus 
9292    jupyter lite build --XeusAddon.prefix=$PREFIX  
9393
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments