You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for sharing your project, I tryed several solution to gather all info, but this one seems neat !
I did the following :
python3 -m pip install --upgrade pip
python3 -m pip install jupyter
python3 -m pip install jupyterthemes
python3 -m pip install -e jupyter_contrib_nbextensions
However, i'm not familiar with jupyter and the conf don't seems user friendly.
Could you share some infos of commands to easily adjust the theme?
Moreover, launching command from your notebook is nice, but do you execute them as root privilege ? (the "setup" section contains "!apt-get install nmap")
Maybe, list all setup command in a bash file, outside the notebook? And if you have the list of python dependency version, as well, would be usefull (I had some troubles with few jupyter dependencies on Kali linux...)
Have a nice day!
The text was updated successfully, but these errors were encountered:
I'm apologize but I haven't tried it in local, not yet.
At now, I've only tested it with Colab (Google Colaboratory) and I haven't installed Jupyter yet, so I can't help you with Jupyter installation, I'm sorry.
My advise is to consult StackOverflow to find solution to Jupyter problems.
While for what concerns the second point, Colab gives you access as root user, so all the commands are executed as super user.
Also, Colab executes jupyter notebook on an Alpine instance.
When I test the notebook on local, I will give you more infos.
Please, write me again if you find the solution to your problems or if you find other problems.
Hi! Thanks for sharing your project, I tryed several solution to gather all info, but this one seems neat !
I did the following :
python3 -m pip install --upgrade pip
python3 -m pip install jupyter
python3 -m pip install jupyterthemes
python3 -m pip install -e jupyter_contrib_nbextensions
However, i'm not familiar with jupyter and the conf don't seems user friendly.
Could you share some infos of commands to easily adjust the theme?
Moreover, launching command from your notebook is nice, but do you execute them as root privilege ? (the "setup" section contains "!apt-get install nmap")
Maybe, list all setup command in a bash file, outside the notebook? And if you have the list of python dependency version, as well, would be usefull (I had some troubles with few jupyter dependencies on Kali linux...)
Have a nice day!
The text was updated successfully, but these errors were encountered: