|
You are here |
ankane.org | ||
| | | | |
gouthamanbalaraman.com
|
|
| | | | | Some notes on profiling python code in the Jupyter notebook environment | |
| | | | |
vickiboykis.com
|
|
| | | | | When I'm working with Jupyter notebooks, I often want to work with them from within a virtual environment. The general best practice is that you should always use either virtual environments or Docker containers for working with Python, for reasons outlined in this post, or you're gonna have a bad time. I know I have. The workflow is a little long, so I thought I'd document it for future me here. | |
| | | | |
analyticsindiamag.com
|
|
| | | | | In this article we delve deeper into the features of Jupyter, and why it is considered to be the best platform for data scientists. | |
| | | | |
blog.zespre.com
|
|
| | | Its always recommended to view web pages through HTTPS connections, even its just a static HTML page. So, as a content provider, its my duty to host websites with HTTPS. To enable HTTPS on the web server like Apache or Nginx, valid certificates are required. In my case, I have bought and configured a domain name on Gandi.net for my home cluster. Its better to have different certificates for each service than having a single wildcard certificate for all the services due to security concerns. However, I st... | ||