mirror of
				https://github.com/livebook-dev/livebook.git
				synced 2025-11-04 18:41:08 +08:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							parent
							
								
									123d65d744
								
							
						
					
					
						commit
						88e2618459
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -15,7 +15,7 @@ Livebook is a tool for crafting interactive and collaborative code notebooks. It
 | 
			
		|||
 | 
			
		||||
  * Sequential evaluation: code cells run in a specific order, guaranteeing future users of
 | 
			
		||||
    the same Livebook see the same output. If you re-execute a previous cell, following cells
 | 
			
		||||
    are marked as stale to avoid confusion about the notebook state.
 | 
			
		||||
    are marked as stale to make it clear they depend on outdated notebok state.
 | 
			
		||||
 | 
			
		||||
  * Custom runtimes: when executing Elixir code, you can either start a fresh Elixir process,
 | 
			
		||||
    connect to an existing node, or run it inside an existing Elixir project, with access to
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue