# Second Jupyter cell takes forever to execute

**URL:** https://discourse.julialang.org/t/second-jupyter-cell-takes-forever-to-execute/30027
**Category:** New to Julia
**Created:** [October 17, 2019, 2:28pm UTC](https://discourse.julialang.org/t/second-jupyter-cell-takes-forever-to-execute/30027 "2019-10-17T14:28:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![feanor12](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/feanor12/32/8212_2.png) [@feanor12](https://discourse.julialang.org/u/feanor12)
#### Post date: [October 17, 2019, 2:28pm UTC](https://discourse.julialang.org/t/second-jupyter-cell-takes-forever-to-execute/30027/1 "2019-10-17T14:28:18Z")

</div>

What I did:

- create a new folder
- create an empty Project.toml
- create a new notebook
- open a console for that notebook and run `]add CSV,DataFrames`
- now in the notebook execute `@time using CSV,DataFrames` - takes about 8 seconds
- go to the next cell and excetute `@time a=3` - takes forever(no result cell still running)

I am using the 1.3-rc4 kernel as this version can handle the Project.toml on a network drive on windows. Jupyterlab is at version 1.1.3.

Packages like Core, LinearAlgebra or self written packages don’t have an impact.

It works with 1.0.5.
