Let's hope this works to pipe stdin
This commit is contained in:
		
							parent
							
								
									1e558259f6
								
							
						
					
					
						commit
						b1b35942d4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -8,7 +8,7 @@ run:
 | 
				
			||||||
    python main.py
 | 
					    python main.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jupyter:
 | 
					jupyter:
 | 
				
			||||||
    zsh ~/.config/helix/run_jupyter_from_helix.zsh python
 | 
					    cat | zsh ~/.config/helix/run_jupyter_from_helix.zsh python
 | 
				
			||||||
 | 
					
 | 
				
			||||||
send:
 | 
					send:
 | 
				
			||||||
    python -c 'import sys, textwrap; sys.stdout.write(textwrap.dedent(sys.stdin.read()))' | jupyter run --existing="/tmp/rjh-$(pwd).json"
 | 
					    python -c 'import sys, textwrap; sys.stdout.write(textwrap.dedent(sys.stdin.read()))' | jupyter run --existing="/tmp/rjh-$(pwd).json"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue