I installed Anaconda (with Python 2.7), and installed Tensorflow in an environment called tensorflow. I can import Tensorflow successfully in that environment.
I want to make hyperlinks in my Jupyter Notebook to open in a new tab. But, I don't know how to do it. Suggestions? I want this [link](url) to open in a new ta
I see many people talk about converting and sharing codes to HTML using jupyter notebooks like it is a piece of cake but it has turned into a nightmare for me!
Whenever I start jupyter notebook and create a new python 3 notebook I get an error message saying kernel has died. I have tried deleting and installing ipython
I installed python lately on my macos system and when I try to open a python file I see this error popup about Jupyter extension :
I tried following the instructions given on the Jupyter Notebook documentation. Unfortunately, I haven't been able to figure it out. Where exactly is this "sta
I love Jupyter's Notebook, however, it prints many, many updates to the terminal it was started from. For e.g., every time a file is saved manually or automatic
I'm using a shared EMR cluster with Jupyterhub installed. If my cluster is under heavy load, I get an error How do I increase the timeout for a spark applicati
I tried to install yahoo finance in terminal with pip install yahoo-finance so I can run yahoo finance in jupyter notebook. While there's nothing happened after
I have a strange problem with Pytorch. When i use something torch functions with tensors like tensor.rehsape or torch.transpose, i don't have problem and all o
I'm using Visual Studio Code Insiders to work on Jupyter Notebook files. In the default version of VSCode it is possible to debug Jupyter notebook cells. Unfort
I ran the commands attached below in my command line and it works, as it should, but not in JupyterLab. It seems odd but I was wondering what's going on?
I want to view an image in Jupyter notebook. It's a 9.9MB .png file. from IPython.display import Image Image(filename='path_to_image/image.png') I get the be
AKS proxy-public is a Azure internal LoadBalancer We are getting below error and hub is in a continuous crash loop. Any help to resolve this issues is very appr
I am using a Jupyter Notebook for an interactive coding demonstration. There is an exercises block where the user should enter their own code to try and solve a
In my root environment I run $ jupyter notebook and in the browser, click on the 'Conda' tab. This always used to list my conda environments and the packages
I am trying to use ipyleaflet with an arbitrary non-geographic tiled image as basemap. i.e.not a projected image. Think like a tiled image of your dog The code
I installed Julia 1.5.3 on my Linux Mint 20 system. I copied the Julia files in julia-1.5.3-linux-x86_64.tar.gz to /opt/julia-1.5.3/, adjacent to the folder /o
I would like to change my jupyter notebook server's password to something else. I see on Jupyter's documentation (http://jupyter-notebook.readthedocs.org/en/lat
I am trying to import faker from jupyter notebook on mac and failed. It complains as follows: ----------------------------------------------------------------