Skip to content

initialvelocity.net

Blog for Victor J. Olesen

  • Home
  • About
  • C.J. Neugebauer
  • Data Science Resources
  • Digital Forensics
  • upper90

Category: python

Adding statsmodels to python3

February 8, 2021

$ python3 -m pip install statsmodels

Leave a comment Adding statsmodels to python3

Starting Jupyter notebook

July 8, 2020

#build ssh tunnel for port 8888#to start (no need to be root)jupyter notebook # connect via browser to localhost:8888# to stopCTRL-C if activejupyter notebook stop if in background

Leave a comment Starting Jupyter notebook

scipy.stats error

July 7, 2020

For python3, use pip3 to update: pip3 install numpy pip3 install scipy pip3 install scikit-learn

Leave a comment scipy.stats error

if __name__ == ‘__main__’: main()

July 6, 2020

This will test to see if your python module (file that ends in .py) is being run from command line or being imported by another module. If you are running your file directly from the command line, the the variable __name__ is set to __main__ . If, however, your module is being imported by another … More if __name__ == ‘__main__’: main()

Leave a comment if __name__ == ‘__main__’: main()

Recent Posts

  • Adding statsmodels to python3
  • Phone resources to try
  • wget – mirroring websites
  • Starting Jupyter notebook
  • scipy.stats error

Recent Comments

Archives

  • February 2021
  • November 2020
  • October 2020
  • July 2020
  • May 2020
  • April 2020
  • September 2018
  • June 2015

Categories

  • Data Science
  • Digital Forensics
  • machine learning
  • python
  • Uncategorized

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.com

Recent Posts

  • Adding statsmodels to python3
  • Phone resources to try
  • wget – mirroring websites
  • Starting Jupyter notebook
  • scipy.stats error

Recent Comments

Archives

  • February 2021
  • November 2020
  • October 2020
  • July 2020
  • May 2020
  • April 2020
  • September 2018
  • June 2015

Categories

  • Data Science
  • Digital Forensics
  • machine learning
  • python
  • Uncategorized

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.com
Blog at WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy