Jupyterlab anaconda: Difference between revisions
Jump to navigation
Jump to search
(Imported from text file) |
(No difference)
|
Revision as of 19:21, 26 September 2022
|
Log into Jupyter Lab/Notebook you need to open “Anaconda prompt (anaconda3)”
|
It is necessary to open anaconda prompt first by searching in your desktop windows search bar
|
| jupyter notebook | Type this into the anaconda prompt/terminal and you should |
| jupyter notebook --notebook-dir D:/MachineLearningPythonBiodegradation | Because our directory fo jupyterlab isn’t where we want, I can specify which directory to open up and that is where my files can go. I am choosing this specific directory on my laptop since it is what I think is best. |
| jupyter lab --notebook-dir D:/MachineLearningPythonBiodegradation | |
| https://github.com/manuel-calzolari/sklearn-genetic | |
| conda install -c conda-forge sklearn-genetic | |
| https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html | |
| https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html | |
|
bash Anaconda-latest-Linux-x86_64.sh
|
|
| eval "$(/gpfs1/home/meade.erickson/anaconda3/bin/conda shell.bash hook)" | Used this to get conda to work in my environment |
|
Use putti prime.ccast.ndsu.edu
|
|
| ls -lisanh | gives information on the files in whole directory |
| ls -lisanh filename | gives information on the specific file |
| ls -lisan | gives information on the files in whole directory |
| ls -lisan filename | gives information on the specific file |
| babel –ixyz file.xyz –opdb file.pdb xyz to pdb |
Using babel, converts the input file of .xyz to outputfile of .pdb That is where the –ixyz and –opdb comes from |