# Use of references in Julia notebook files (via binder) to the original documentation

**URL:** https://discourse.julialang.org/t/use-of-references-in-julia-notebook-files-via-binder-to-the-original-documentation/62385
**Category:** Jupyter-Notebook
**Tags:** question
**Created:** [June 4, 2021, 11:18am UTC](https://discourse.julialang.org/t/use-of-references-in-julia-notebook-files-via-binder-to-the-original-documentation/62385 "2021-06-04T11:18:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bennibolm](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/bennibolm/32/25707_2.png) [@bennibolm](https://discourse.julialang.org/u/bennibolm)
#### Post date: [June 4, 2021, 11:18am UTC](https://discourse.julialang.org/t/use-of-references-in-julia-notebook-files-via-binder-to-the-original-documentation/62385/1 "2021-06-04T11:18:22Z")

</div>

Hello,  
I want to set up some tutorials for my repository. I’m using Literate.jl to get the markdown and notebook files from a Julia file. I want to start the notebook files with binder and I don’t see any other solution than creating a new repository for this (otherwise binder starts with the wrong `Project.toml`)  
(If you have another idea on that, please have a look at my [question](https://discourse.julialang.org/t/specifying-project-toml-when-starting-julia-repository-with-binder/62266)).

Now, when I use a separate repository, like it’s done for instance in [Gridap](https://github.com/gridap/Tutorials), is there any possibility to use references in the notebooks to the explanation in the original documentation?  
For example, in Gridap there are none. I think that would be a big loss for the use of my tutorials.

Or is it possible at all to use references in a notebook file to the topic in the documentation even if I’m running binder with notebooks from the original repository (i.e. notebooks and documentation are in the same repository)?
