10 lines
		
	
	
		
			240 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			240 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# -*- mode: snippet -*-
 | 
						|
# contributor: seong yong-ju
 | 
						|
# name: #+begin_src jupyter-...
 | 
						|
# uuid: jupyter
 | 
						|
# key: jupyter
 | 
						|
# --
 | 
						|
#+begin_src jupyter-${1:$$(yas-choose-value '("python" "julia" "R"))}${2: :session $3}${4: :async yes}
 | 
						|
`%`$0
 | 
						|
#+end_src
 |