Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hemanta212
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
hemanta212
5y ago
I have j7 max with android 8. IIRC termux should run on android 5+ maybe try to install from fdroid or search older apk versions also there is userland app that you can try.
2.
▲
by
hemanta212
5y ago
Termux provides its own pkg manager and compiled packages though you can setup distros using proot I havent really explored it. If you are asking about azure VM i have a ubuntu 20.04 image setup.
3.
▲
by
hemanta212
5y ago
Thank you for such kind and generous gesture. Sadly, with how things are with the courier and customs dep. here they can charge 30-40% of orignal price to receive electronic items Fortunately, I have managed to get few python freelance gigs
4.
▲
by
hemanta212
5y ago
For most starting out it's editors in playstore, There are editors for different langugages, I started with the pydroid editor. There you can write code and hit compile to show the output. As traversing menus by hand gets quite hard, t
5.
▲
by
hemanta212
5y ago
Yep, I have to thank my conditions for forcing me to learn linux stuffs. As much as I would like to I cannot recommend it to friends who are just starting out to do it as I myself spend 3+ weeks to learn vim. They get perplexd on installing
6.
▲
by
hemanta212
5y ago
Sadly, this is how things are for many of us students, I currently study bachelors in CS here in Nepal and for me and some of my friends stuck in our villages (lockdown isn't still over here yet), we have been doing C assignments using
7.
▲
by
hemanta212
6y ago
Github provides additional functionalities over git for which users had to switch from cli to web. Now they are bringing those additional functionalities to cli so users dont have to switch context
8.
▲
by
hemanta212
6y ago
been using it in home for months it works well. Regarding hyper-v they are only making necessary component needed for wsl2 available.
9.
▲
by
hemanta212
7y ago
Here is original link: https://nipunbatra.github.io/blog/2018/cs-phd-lessons.html
10.
▲
by
hemanta212
7y ago
> Especially because this looks like an nbconvert workflow under the hood. It is, however I convert it to the most basic html and add custom css and js to it. So that I can change it to whatever I want. I don't see any problem with
11.
▲
by
hemanta212
7y ago
I didn't find it responsive though. Maybe not your goal but the designs are similar. Similarly I think you can import nbconvert instead of just calling from subprocess.
12.
▲
by
hemanta212
7y ago
People working with notebooks find it useful. You can remove it with one line of javascript though.
13.
▲
by
hemanta212
7y ago
Nope. It was to test my native language for unicode support.
14.
▲
Show HN: A tool to convert Jupyter notebooks to beautiful blogs
(github.com)
150 points
by
hemanta212
7y ago
|
37 comments
15.
▲
by
hemanta212
7y ago
I am also building one link[1] but for processing jupyter notebooks to responsive html primarily. You can also refer to this blog[2] to generate html from ipynb file. 1. https://github.com/hemanta212/blogger-cli/tr