Difference between revisions of "User: Kevinmcl/dash"

From OPS enCYClopedia
Jump to: navigation, search
(Created page with "== Links == *[https://plot.ly/dash/ Dash User Guide] == Commands == *<span style="font-family:Courier New;">source venvpy3/bin/activate</span> *<span style="font-family:Couri...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
== Links ==
 
== Links ==
 
*[https://plot.ly/dash/ Dash User Guide]
 
*[https://plot.ly/dash/ Dash User Guide]
 +
*[https://community.plot.ly/t/how-do-i-use-dash-to-add-local-css/4914/2 CSS]
 +
*[https://github.com/plotly/dash/issues/71 Local files]
  
 
== Commands ==
 
== Commands ==
Line 7: Line 9:
 
*<span style="font-family:Courier New;">ssh -L 8050:localhost:8050 kevinlucow@hlx -A</span>
 
*<span style="font-family:Courier New;">ssh -L 8050:localhost:8050 kevinlucow@hlx -A</span>
 
*<span style="font-family:Courier New;">pip install -r requirements.txt</span>
 
*<span style="font-family:Courier New;">pip install -r requirements.txt</span>
 +
 +
== VIM ==
 +
*Exit :<span style="font-family:Courier New;">[ESC] :q</span>
 +
*Save :<span style="font-family:Courier New;">[ESC] :w</span>

Latest revision as of 19:39, 15 December 2017

Links

Commands

  • source venvpy3/bin/activate
  • deactivate
  • ssh -L 8050:localhost:8050 kevinlucow@hlx -A
  • pip install -r requirements.txt

VIM

  • Exit :[ESC] :q
  • Save :[ESC] :w