python setup.py sdist bdist_wheel
--repository take [testpypi,pypi] for testing server and actual one
python -m twine upload -u -p --repository pypi dist/*
[ | |
{ | |
"name": "Sci-Hub Lookup", | |
"alias": "Sci-Hub", | |
"icon": "null", | |
"_urlTemplate": "https://sci-hub.ru/{z:DOI}", | |
"description": "Sci-Hub full text PDF search", | |
"hidden": false, | |
"_urlParams": [], | |
"_urlNamespaces": { |
# This code is for installing ROOT on Google Colab to be able to install root_numpy and root_pandas package later | |
# for version of this code which work with python3 visit | |
#https://gist.github.com/MohamedElashri/1b0367992988f053a02dbfd5797fb59e | |
!mkdir -p APPS | |
!pwd | |
!cd APPS && wget https://root.cern.ch/download/root_v6.13.08.Linux-ubuntu18-x86_64-gcc7.3.tar.gz | |
!cd APPS && tar -xf root_v6.13.08.Linux-ubuntu18-x86_64-gcc7.3.tar.gz |
<header> | |
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> | |
<title>Mohamed Elashri</title> | |
</header> | |
<!--Main Page--> | |
<section id="body" class=""> | |
<!--Main Container--> | |
<div class="container"> | |
<!--Menu Bar--> | |
<div class="main-menu" id="main-menu"> |
from rootpy.io import root_open | |
f=root_open('File.root') | |
t=f.Get('FlatTree') | |
t.csv() |
For installing OCR engine do the following
brew install tesseract-lang
/opt/homebrew/Cellar/tesseract/4.1.1
The second requirement is installing pdftoppm which comes with poppler package and can be done on two steps
First find eventsloop.py
file
To get this file we user either terminal or finder to search for.
Open terminal and write nano filepath/ipykernel/eventloops.py
In my case it will be nano /opt/homebrew/lib/python3.9/site-packages/ipykernel/eventloops.py
navigate to def _use_appnope()
Key/Command | Description |
---|---|
Ctrl + A | Go to the beginning of the line you are currently typing on. This also works for most text input fields system wide. Netbeans being one exception |
Ctrl + E | Go to the end of the line you are currently typing on. This also works for most text input fields system wide. Netbeans being one exception |
Ctrl + L | Clears the Screen |
Cmd + K | Clears the Screen |
Ctrl + U | Cut everything backwards to beginning of line |
Ctrl + K | Cut everything forward to end of line |
To fix these problem until the official pip
support these changes and it becomes standard for python installation and Homebrew
run the following steps in terminal
brew install [email protected]
or brew re-install [email protected]
brew install openblas
`
OPENBLAS="$(brew --prefix openblas)" MACOSX_DEPLOYMENT_TARGET=11.1 python3 -m pip install cython --no-use-pep517
To install and use anaconda until now
run brew install anaconda
to access it through zch terminal use
~/../../opt/homebrew/anaconda3/bin/conda init zsh